update desc and links
This commit is contained in:
parent
d1104cf152
commit
ddc04a5492
14
index.html
14
index.html
|
@ -17,9 +17,17 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>BlueCrypt for the Browser</h1>
|
||||
<p>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.</p>
|
||||
<h1>@bluecrypt/keypairs: Universal keygen & signing for browsers</h1>
|
||||
<p>Keypairs.js is <strong>easy-to-use browser crypto in kilobytes, not megabytes.</strong></p>
|
||||
|
||||
<p>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.</p>
|
||||
|
||||
<p>This is intended to be explored with your JavaScript console open.</p>
|
||||
<pre><code><script src="<a href="https://rootprojects.org/keypairs/bluecrypt-keypairs.js">https://rootprojects.org/keypairs/bluecrypt-keypairs.js</a>"></script></code></pre>
|
||||
<pre><code><script src="<a href="https://rootprojects.org/keypairs/bluecrypt-keypairs.min.js">https://rootprojects.org/keypairs/bluecrypt-keypairs.min.js</a>"></script></code></pre>
|
||||
<a href="https://git.rootprojects.org/root/bluecrypt-keypairs.js">Documentation</a>
|
||||
|
||||
<h2>Keypair Generation</h2>
|
||||
<form class="js-keygen">
|
||||
|
|
Loading…
Reference in New Issue