Interchangeably use RSA & ECDSA with PEM and JWK for Signing, Verifying, CSR generation and JOSE. For Browsers. Ugh... that was a mouthful. :)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Mr. Funk cc1afb8d4a merge fix 5 years ago
lib rename 5 years ago
.editorconfig consistent spacing for reformating 5 years ago
LICENSE initial commit 5 years ago
README.md merge working features and add some docs 5 years ago
app.js merge fix 5 years ago
bundle.sh overwrite gzip without confirm 5 years ago
index.html merge fix 5 years ago
package.json typo fix 5 years ago

README.md

Bluecrypt™ Keypairs | A Root Project

A port of keypairs.js to the browser.

Features (port in-progress)

  • Keypair generation and encoding
    • RSA
    • ECDSA (P-256, P-384)
    • JWK-to-PEM
    • JWK-to-SSH
    • PEM-to-JWK
    • SSH-to-JWK
    • ASN1, X509, PEM, DER
  • SHA256 JWK Thumbprints
  • Sign JWS
  • Create JWTs
  • JWK fetching. See Keyfetch.js
    • OIDC
    • Auth0
  • CLI (ee keypairs-cli)
  • Node.js (ee keypairs.js)
  • CSR.js
  • ACME.js (Let's Encyrpt)

Online Demos

QuickStart

bluecrypt-keypairs.js

<script src="https://rootprojects.org/keypairs/bluecrypt-keypairs.js"></script>

bluecrypt-keypairs.min.js

<script src="https://rootprojects.org/keypairs/bluecrypt-keypairs.min.js"></script>

You can see index.html and app.js in the repo for full example usage.

Documentation

See keypairs.js for documentation.