Skip to content

Commit f125cce

Browse files
authored
Update docs
1 parent 3772ff0 commit f125cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ async function encryptData() {
7777
npm install
7878
```
7979
### Create .env file with secret key
80-
: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.
80+
: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.
8181
```sh
8282
SECRET_KEY=CreateReliableKeyUsingRandomGenerator
8383
```

0 commit comments

Comments
 (0)