Subversion Repositories cryptochat

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 1
This is an AJAX crypto chat which encrypts and decrypts using JavaScript on client side.
2
The chat log is saved encrypted on the server.
3
 
4
Note about security:
5
- Please ensure that you are using HTTPS, otherwise the JavaScript could be manipulated using MITM.
6
 
7
What is encrypted?
8
- Messages which are shown ORANGE are encrypted. White messages are not encrypted.
9
- Usernames and time stamps are not encrypted.
10
- Chat room names are not encrypted.
11