Browse Source

docs: Added note on encryption key length (#3995)

vanilla_orig
Ishan Sharma 3 years ago
parent
commit
c86c176e10
No account linked to committer's email address
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      README.md

+ 2
- 0
README.md View File

@@ -70,6 +70,8 @@ The first set of digits is the room. This is visible from the server that’s go
70 70
 
71 71
 The second set of digits is the encryption key. The Excalidraw server doesn’t know about it. This is what all the participants use to encrypt/decrypt the messages.
72 72
 
73
+> Note: Please ensure that the encryption key is 22 characters long.
74
+
73 75
 ## Shape libraries
74 76
 
75 77
 Find a growing list of libraries containing assets for your drawings at [libraries.excalidraw.com](https://libraries.excalidraw.com).

Loading…
Cancel
Save