otr3-em
v0.0.12
Published
Off-the-Record Messaging Protocol [emscripten libotr3.2.1]
Downloads
20
Maintainers
Readme
OTR3-em - Off-the-Record Messaging [emscripten]
This module exposes a simple evented API which wraps around libotr3.2.1 compiled to javascript using the emscripten compiler.
Please consider moving to the newer otr4-em
You can install the module directly from npm registry:
npm install otr3-em
Important Note: The package includes an optimised/minified precompiled libotr3.js to simplify npm package installation. It is however NOT a recommended practice to download a precompiled crypto library for obvious security reasons.
The API aims to be identical to the native nodejs bindings module otr3
Howto use the module in the browser Tested in chrome only.
License
GPLv2
built using
- crypto-emscipten libgcrypt/libotr builder.
- libotr3.2.1 Off-The-Record Messaging library (GPLv2)
- Emscripten Emscripten (MIT)