Encryption
Bug #140406 reported by
Jtxa
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Coccinella |
New
|
Wishlist
|
buzzdee |
Bug Description
Encryption between Users should be supported. I don't know if it's also
possible to encrypt Group chats.
Changed in coccinella: | |
assignee: | nobody → matsben |
importance: | Medium → Wishlist |
Changed in coccinella: | |
milestone: | 0.96.18 → 0.96.20 |
Changed in coccinella: | |
milestone: | 0.96.20 → 0.96.22 |
To post a comment you must log in.
Taking care that the Compression is implemented in Coccinella, maybe using the library cryptlib [1] and its TCL wrapper cryptkit [2] this feature isn't difficult to implement.
First is needed to implement the Session negotiation [3], and then follow the xep 200 for stanza encryption [4]. The crypt algorithms that we need from cryptlib at a first read are AES128, SHA-256, HMAC-SHA and a Diffie-Hellman implementation.
For the user interface presentation, not sure how to imagine because I've never used this feature in other software before.
Sure that this will be a nice feature.
[1] http:// www.digitalsmar ties.com/ cryptkit/ README www.cs. auckland. ac.nz/~ pgut001/ cryptlib /bugs.launchpad .net/coccinella /+bug/153680 www.xmpp. org/extensions/ xep-0200. html
[2] http://
[3] https:/
[4] http://