Skip to content

cool-aleuser01/browserify-sign

 
 

Repository files navigation

browserify-sign Build Status

a package to duplicate the functionality of node's crypto public key functions, much of this is based on Fedor Indutny's work on tls.js.

done

  • basic rsa signing and verifying with the right api

todo

  • tests to make sure we actually did it
  • chinese remainder theorom?
  • eliptical curve signing
  • publicEncrypt and privateDecrypt? (out of scope)
  • other key encodings (non rss format public keys)
  • dsa keys?
  • keys with passwords

About

createSign and createVerify in your browser

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%