From 5a167466e387f22cbf1e4a9ea19fdc353c8ca8ae Mon Sep 17 00:00:00 2001 From: ION606 Date: Sun, 2 Jun 2024 14:30:25 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d6d7112..44b2ee9 100644 --- a/README.md +++ b/README.md @@ -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 .`