From f125cce3141d2dcf42b014c878b6ab5b17ecb783 Mon Sep 17 00:00:00 2001 From: Yury <72691412+cheatsnake@users.noreply.github.com> Date: Sat, 27 Nov 2021 19:13:02 +0300 Subject: [PATCH] Update docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc9ad8d..6531e23 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ async function encryptData() { npm install ``` ### Create .env file with secret key -:warning: Classify uses double encryption. This means that after encrypting the message with your key, the received encrypted message is encrypted again with the key that is defined in the .env file. Therefore, each created copy of the application will have its own built-in key, and will not support decryption of its encrypted contents from another application. +:warning: Classify uses double encryption. This means that after encrypting the message with your key, the received encrypted message is encrypted again with the key that is defined in the .env file. Therefore, each created copy of the application will have its own built-in key, and will not support decryption of encrypted messages from another application. ```sh SECRET_KEY=CreateReliableKeyUsingRandomGenerator ```