Interchangeably use RSA & ECDSA with PEM and JWK for Signing, Verifying, CSR generation and JOSE. For Browsers. Ugh... that was a mouthful. :)
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
lastlink 93e939e517 no-acme (#10) 5 anos atrás
lib rename 5 anos atrás
.editorconfig no-acme (#10) 5 anos atrás
LICENSE initial commit 5 anos atrás
README.md merge working features and add some docs 5 anos atrás
app.js no-acme (#10) 5 anos atrás
bundle.sh overwrite gzip without confirm 5 anos atrás
index.html no-acme (#10) 5 anos atrás
package.json typo fix 5 anos atrás

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.