v1.0.1: update README
This commit is contained in:
parent
9f7b97f192
commit
0f8ec4e512
2 changed files with 5 additions and 7 deletions
|
@ -11,9 +11,9 @@ RSA tools. Lightweight. Zero Dependencies. Universal compatibility.
|
||||||
* [x] JWK-to-PEM
|
* [x] JWK-to-PEM
|
||||||
* [x] SSH "pub" format
|
* [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
|
## PEM-to-JWK
|
||||||
|
|
||||||
|
@ -73,8 +73,6 @@ atAvHrLXjkUdzF96o0icyF6n7QzGfUPmeWGYg6BEClLS31Whe0eEVQ==
|
||||||
-----END RSA PRIVATE KEY-----
|
-----END RSA PRIVATE KEY-----
|
||||||
```
|
```
|
||||||
|
|
||||||
-->
|
|
||||||
|
|
||||||
### Advanced Options
|
### Advanced Options
|
||||||
|
|
||||||
`format: 'pkcs8'`:
|
`format: 'pkcs8'`:
|
||||||
|
@ -146,7 +144,7 @@ Qi49OykUCfNZeQlEz7UNNj9RGps/50+CNwIDAQAB
|
||||||
Testing
|
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:
|
You can compare these keys to the ones that you get from OpenSSL, ssh-keygen, and WebCrypto:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "rasha",
|
"name": "rasha",
|
||||||
"version": "1.0.0",
|
"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.",
|
"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",
|
"homepage": "https://git.coolaj86.com/coolaj86/rasha.js",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|
Loading…
Reference in a new issue