Revision: | 2 |
Committed: | Thu May 2 09:05:04 2019 UTC (3 years, 3 months ago) by daniel-marschall |
File size: | 446 byte(s) |
Log Message: | Initial release to SVN |
# | Content |
---|---|
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 |