An open API service indexing awesome lists of open source software.

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

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