An open API service indexing awesome lists of open source software.

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)

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.

![](screenshot.png)

## 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