# browserify-sign **Repository Path**: mirrors_guybedford/browserify-sign ## Basic Information - **Project Name**: browserify-sign - **Description**: createSign and createVerify in your browser - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README browserify-sign [![Build Status](https://travis-ci.org/calvinmetcalf/browserify-sign.svg)](https://travis-ci.org/calvinmetcalf/browserify-sign) === a package to duplicate the functionality of node's crypto public key functions, much of this is based on [Fedor Indutny's](https://github.com/indutny) work on [tls.js](https://github.com/indutny/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~~