Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 993 Bytes

README.md

File metadata and controls

41 lines (33 loc) · 993 Bytes

RSA/ECDSA Signature Dynamic Value (Paw Extension)

A Paw Extension to allow insertion of a RSA/ECDSA Signature.

Features

  • RSA Signature
    • MD5withRSA
    • SHA1withRSA
    • SHA224withRSA
    • SHA256withRSA
    • SHA384withRSA
    • SHA512withRSA
    • RIPEMD160withRSA
  • ECDSA Signature
    • MD5withECDSA
    • SHA1withECDSA
    • SHA224withECDSA
    • SHA256withECDSA
    • SHA384withECDSA
    • SHA512withECDSA
    • RIPEMD160withECDSA
  • Plaintext Source
    • Request Body
      • Body Parameter Filtering
      • Body Parameter Re-Sorting
    • Specified Message
  • Output Encoding
    • Base64
    • Hex

License

This Paw Extension is released under the MIT License.

This repository includes a copy of the jsrsasign library, which is BSD licensed.

Copyright © 2019 Chino Chang