diff --git a/README.md b/README.md index cd7dec9..1aa3bd2 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ RSA tools. Lightweight. Zero Dependencies. Universal compatibility. * [x] JWK-to-PEM * [x] SSH "pub" format - +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`. You can compare these keys to the ones that you get from OpenSSL, ssh-keygen, and WebCrypto: diff --git a/package.json b/package.json index 754a472..2ed37b7 100644 --- a/package.json +++ b/package.json @@ -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": {