mirror of
https://github.com/ION606/ion-stop-enc.git
synced 2026-05-14 20:06:54 +00:00
340 B
340 B
A simple encryption endpoint that will encrypt/decrypt your files using a password, as well as a universal salt and iv.
How to run
- To get initial
saltandivvalues, simply run theencryptInitEncfunction (it will also encrypt an example string) - Set the
saltandivas env variables - run the program using
node .