v1.0.1: update README

This commit is contained in:
AJ ONeal 2018-11-22 23:45:53 -07:00
parent 9f7b97f192
commit 0f8ec4e512
2 changed files with 5 additions and 7 deletions

View File

@ -11,9 +11,9 @@ RSA tools. Lightweight. Zero Dependencies. Universal compatibility.
* [x] JWK-to-PEM
* [x] SSH "pub" format
<!-- This project is fully functional and tested (and the code is pretty clean).
This project is fully functional and tested (and the code is pretty clean).
It is considered to be complete, but if you find a bug please open an issue. -->
It is considered to be complete, but if you find a bug please open an issue.
## PEM-to-JWK
@ -73,8 +73,6 @@ atAvHrLXjkUdzF96o0icyF6n7QzGfUPmeWGYg6BEClLS31Whe0eEVQ==
-----END RSA PRIVATE KEY-----
```
-->
### Advanced Options
`format: 'pkcs8'`:
@ -146,7 +144,7 @@ Qi49OykUCfNZeQlEz7UNNj9RGps/50+CNwIDAQAB
Testing
-------
<!-- All cases are tested in `test.sh`. -->
All cases are tested in `test.sh`.
You can compare these keys to the ones that you get from OpenSSL, ssh-keygen, and WebCrypto:

View File

@ -1,7 +1,7 @@
{
"name": "rasha",
"version": "1.0.0",
"description": "PEM-to-JWK and JWK-to-PEM for RSA keys in a lightweight, zero-dependency library focused on perfect universal compatibility.",
"version": "1.0.1",
"description": "💯 PEM-to-JWK and JWK-to-PEM for RSA keys in a lightweight, zero-dependency library focused on perfect universal compatibility.",
"homepage": "https://git.coolaj86.com/coolaj86/rasha.js",
"main": "index.js",
"bin": {