Update README.md

This commit is contained in:
Robin Nilsson 2014-09-19 19:59:10 +02:00
parent 6c48788d90
commit b2dc5b33c3
1 changed files with 15 additions and 4 deletions

View File

@ -1,10 +1,21 @@
About
![cryptalk](/docs/screenshot.png)
Cyptalk is a HTML5/Node.js based encrypted instant chat
Features
========
Cryptalk is a Node.js based encrypted instant chat
* Client side AES-CBC encryption (the server is just a messenger)
* 265 bit key derived from your passphrase using PBKDF2
* Optional nicknames
* Random (UUID v4) channel name generation för less guessability
* Quick-links (not recommended) using http://server/#Room:Passphrase
* Super simple setup
* ~~Flashing title on new messages~~
* ~~Flashing title on new messages~~
Installation
Setup
========
Install node.js, exact procedure is dependant on platform and distribution.
@ -25,4 +36,4 @@ Start server
node server.js
```
Browse to http://localhost:8080
Browse to ```http://localhost:8080```