https://github.com/kinosang/rsasignaturedynamicvalue
RSA/ECDSA Signature Dynamic Value (Paw Extension)
https://github.com/kinosang/rsasignaturedynamicvalue
paw paw-extension
Last synced: 2 months ago
JSON representation
RSA/ECDSA Signature Dynamic Value (Paw Extension)
- Host: GitHub
- URL: https://github.com/kinosang/rsasignaturedynamicvalue
- Owner: kinosang
- License: mit
- Created: 2019-12-14T13:16:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-18T20:48:23.000Z (over 1 year ago)
- Last Synced: 2025-01-21T20:33:51.401Z (4 months ago)
- Topics: paw, paw-extension
- Language: JavaScript
- Size: 200 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RSA/ECDSA Signature Dynamic Value (Paw Extension)
A [Paw Extension](https://paw.cloud/extensions/) to allow insertion of a RSA/ECDSA Signature.

## Features
* [x] RSA Signature
* [x] MD5withRSA
* [x] SHA1withRSA
* [x] SHA224withRSA
* [x] SHA256withRSA
* [x] SHA384withRSA
* [x] SHA512withRSA
* [x] RIPEMD160withRSA
* [x] ECDSA Signature
* [x] MD5withECDSA
* [x] SHA1withECDSA
* [x] SHA224withECDSA
* [x] SHA256withECDSA
* [x] SHA384withECDSA
* [x] SHA512withECDSA
* [x] RIPEMD160withECDSA
* [x] Plaintext Source
* [x] Request Body
* [x] Body Parameter Filtering
* [x] Body Parameter Re-Sorting
* [x] Specified Message
* [x] Output Encoding
* [x] Base64
* [x] Hex## License
This Paw Extension is released under the MIT License.
This repository includes a copy of the
[jsrsasign](https://github.com/kjur/jsrsasign) library, which is BSD licensed.Copyright © 2019 Chino Chang