From ddc04a54926df82c603fdb351b5c5f2c6b48676b Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 10 May 2019 22:37:35 -0600 Subject: [PATCH] update desc and links --- index.html | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) 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