Skip to content

Commit 3fc18ca

Browse files
committed
Updated README to remove asm crypto reference
1 parent 6e222e9 commit 3fc18ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,11 @@ Persistent chat rooms are not enabled by default and are never required when ent
121121

122122
## Encrypted messages
123123

124-
Encryption is handled by the asmCrypto JavaScript library and happens entirely within your browser.
124+
Encryption is handled by the Stanford Javascript Crypto Library and happens entirely within your browser.
125125

126126
To encrypt your messages, check **Enable client-side encryption** before entering a chat room. Users with a lock symbol to the left of their usernames indicate that they are encrypting their messages. Both encrypting users and non-encrypting users may chat in the same room, however, non-encrypting users cannot see the messages of users encrypting their messages. Vice versa does not hold. Users that are encrypting their messages may still see non-encrypting user's messages. If you are encrypting your messages, those messages that are encrypted will have a lock symbol to the left of the message.
127127

128-
Your encryption key must be between 16 and 32 characters long - no other requirements.
128+
Your encryption password must be greater than 7 characters - no other requirements.
129129

130130
## Chat Usage
131131

0 commit comments

Comments
 (0)