Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cheatsnake authored Nov 27, 2021
1 parent 3772ff0 commit f125cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit f125cce

Please sign in to comment.