https://github.com/m00nwtchr/browser-keygen
A browser version of crypto.generateKeyPair using the WebCryptoAPI
https://github.com/m00nwtchr/browser-keygen
Last synced: 5 months ago
JSON representation
A browser version of crypto.generateKeyPair using the WebCryptoAPI
- Host: GitHub
- URL: https://github.com/m00nwtchr/browser-keygen
- Owner: m00nwtchr
- License: mit
- Created: 2019-08-07T16:32:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-05T11:15:36.000Z (about 4 years ago)
- Last Synced: 2024-10-16T02:44:26.718Z (7 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# browser-keygen
A browser version of crypto.generateKeyPair using the WebCryptoAPI# Notes
Only "PEM" format is currently supported.
Private key encryption is unsupported.
Only RSA and EC algorithms are supported.Only these curves are supported:
- secp256k1
- secp384r1
- secp521r1