Files
ion-stop-enc/README.md
T

7 lines
340 B
Markdown
Raw Normal View History

2024-06-02 14:31:58 -07:00
A simple encryption endpoint that will encrypt/decrypt your files using a password, as well as a universal `salt` and `iv`.
2024-06-02 14:30:25 -07:00
# How to run
2024-06-02 14:31:58 -07:00
1. To get initial `salt` and `iv` values, simply run the `encryptInitEnc` function (it will also encrypt an example string)
2. Set the `salt` and `iv` as env variables
2024-06-02 14:30:25 -07:00
3. run the program using `node .`