mirror of
https://github.com/ION606/ion-stop-enc.git
synced 2026-05-14 20:06:54 +00:00
Merge branch 'main' of https://github.com/ION606/ion-stop-enc
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
A simple encryption endpoint that will encrypt/decrypt your files using a password, as well as a universal salt/iv.
|
A simple encryption endpoint that will encrypt/decrypt your files using a password, as well as a universal `salt` and `iv`.
|
||||||
|
|
||||||
# How to run
|
# How to run
|
||||||
1. To get initial salt/iv values, simply run the `encryptInitEnc` function (it will also encrypt an example string)
|
1. To get initial `salt` and `iv` values, simply run the `encryptInitEnc` function (it will also encrypt an example string)
|
||||||
2. Set the salt/iv as env variables
|
2. Set the `salt` and `iv` as env variables
|
||||||
3. run the program using `node .`
|
3. run the program using `node .`
|
||||||
|
|||||||
Reference in New Issue
Block a user