libaxolotl-javascript
libaxolotl-javascript copied to clipboard
A JavaScript implementation of axolotl. Axolotl is a ratcheting forward secrecy protocol.
@joebandenburg i like the modern code style. How do you debug without having to wade through garbled transpiled code?
I am working on using libaxolotl in my project [Grd Me](https://github.com/grdme/grd.me.git) and as a beginner at JS, I feel uncertain about my Store implementation. I totally understand separating the store...
Node v4 supports most of ES6 by default now! This makes debugging easier. **Changes** - Remove traceur dependency - Remove some of the fancy ES6 syntax so that we can...
Hi, I'm trying to use axolotl to open an encrypted message and I believe I'm missing something. I have created a class that implements store interface with all the mandatory...
I can't install it. I tried npm in the repository folder - it returns:  I tried with bower and it installed it, but I can't install traceur proparly. Any...
It would be good to be interoperable with older clients. Although it would be worth finding out if there are many version 2 clients out there before starting on this.
Currently, the example in the `README` doesn't actually work: ``` js var message = convertStringToBytes("Hello bob"); axol.encryptMessage("bob", message).then(function(ciphertext) { // Send ciphertext to alice }); ``` As far as I...
Not sure if this even makes sense without an SMS transport available. Need to investigate.