diff --git a/index.html b/index.html index d4e99de..7ad38b0 100644 --- a/index.html +++ b/index.html @@ -17,9 +17,17 @@ -

BlueCrypt for the Browser

-

BlueCrypt is universal crypto for the browser. It's lightweight, fast, and based on native webcrypto. - This means it's easy-to-use crypto in kilobytes, not megabytes.

+

@bluecrypt/keypairs: Universal keygen & signing for browsers

+

Keypairs.js is easy-to-use browser crypto in kilobytes, not megabytes.

+ +

It's a modern alternative to larger, legacy libraries like PKI.js and rsasign, + with more universal support for keygen, signing, and verification (including PKI, X509, JOSE, JWS, and JWT) + at a fraction of the cost.

+ +

This is intended to be explored with your JavaScript console open.

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

Keypair Generation