From 013e150b811b9261d07f442b215f8a89a1c94dfa Mon Sep 17 00:00:00 2001 From: ION606 Date: Sun, 2 Jun 2024 14:31:58 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 44b2ee9..375a42a 100644 --- a/README.md +++ b/README.md @@ -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 -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 +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 3. run the program using `node .`