Front end of the Slack clone application.
jpsp91 07dd8af64f root page set 6 лет назад
..
.travis.yml root page set 6 лет назад
LICENSE root page set 6 лет назад
index.js root page set 6 лет назад
package.json root page set 6 лет назад
readme.md root page set 6 лет назад
test.js root page set 6 лет назад

readme.md

browserify-rsa

Build Status

RSA private decryption/signing using chinese remainder and blinding.

API

Give it a message as a buffer and a private key (as decoded by https://www.npmjs.com/package/parse-asn1) and it returns encrypted data as a buffer.