Add Codacy badge
This commit is contained in:
parent
5082ba7680
commit
8ec7390818
|
@ -10,6 +10,9 @@ Cyptalk is a HTML5/Node.js based, client side (E2EE) encrypted instant chat
|
||||||
Features
|
Features
|
||||||
========
|
========
|
||||||
|
|
||||||
|
|
||||||
|
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/f748d8923f0b44d2b2b3d3b42aceae7c)](https://www.codacy.com/app/robinnilsson/cryptalk?utm_source=github.com&utm_medium=referral&utm_content=Hexagon/cryptalk&utm_campaign=badger)
|
||||||
|
|
||||||
* Client side AES-256-CBC encryption/decryption (the server is just a messenger)
|
* Client side AES-256-CBC encryption/decryption (the server is just a messenger)
|
||||||
* 256 bit key derived from your passphrase using PBKDF2
|
* 256 bit key derived from your passphrase using PBKDF2
|
||||||
* Message is torched after a configurable delay, default is 600s.
|
* Message is torched after a configurable delay, default is 600s.
|
||||||
|
|
Loading…
Reference in New Issue