Logo white

judicial-hy / 0.200103

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • 0.200103
  • node_modules
  • browserify-rsa
  • readme.md
  • 初始提交
    ce4c83ff
    wxy authored
    2020-01-09 10:05:05 +0800  
    Browse Code »
readme.md 383 Bytes
Edit Raw Blame History Permalink

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.