Update README.md

This commit is contained in:
2024-06-02 14:30:25 -07:00
committed by GitHub
parent 88a1596b5d
commit 5a167466e3
+5
View File
@@ -1 +1,6 @@
A simple encryption endpoint that will encrypt/decrypt your files using a password, as well as a universal salt/iv.
# How to run
1. To get initial salt/iv values, simply run the `encryptInitEnc` function (it will also encrypt an example string)
2. Set the salt/iv as env variables
3. run the program using `node .`