Update README.md

This commit is contained in:
Robin Nilsson 2014-09-19 20:01:28 +02:00
parent b2dc5b33c3
commit 058dd1788a
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ Cyptalk is a HTML5/Node.js based encrypted instant chat
Features Features
======== ========
* Client side AES-CBC encryption (the server is just a messenger) * Client side AES-256-CBC encryption/decryption (the server is just a messenger)
* 265 bit key derived from your passphrase using PBKDF2 * 256 bit key derived from your passphrase using PBKDF2
* Optional nicknames * Optional nicknames
* Random (UUID v4) channel name generation för less guessability * Random (UUID v4) channel name generation för less guessability
* Quick-links (not recommended) using http://server/#Room:Passphrase * Quick-links (not recommended) using http://server/#Room:Passphrase