https://github.com/deliaz/rfc7515-a2
Implementation of RFC 7515 Appendix A.2: Example JWS Using RSASSA-PKCS1-v1_5 SHA-256
https://github.com/deliaz/rfc7515-a2
cryptoapi jws rfc7515 webcrypto
Last synced: about 1 year ago
JSON representation
Implementation of RFC 7515 Appendix A.2: Example JWS Using RSASSA-PKCS1-v1_5 SHA-256
- Host: GitHub
- URL: https://github.com/deliaz/rfc7515-a2
- Owner: Deliaz
- Created: 2017-01-22T17:42:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-22T17:50:33.000Z (over 9 years ago)
- Last Synced: 2025-02-05T19:01:03.174Z (over 1 year ago)
- Topics: cryptoapi, jws, rfc7515, webcrypto
- Language: JavaScript
- Homepage: https://tools.ietf.org/html/rfc7515#appendix-A.2
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## RFC 7515 Appendix A.2
JSON Web Signature (JWS)
#### Implementation of [Example JWS Using RSASSA-PKCS1-v1_5 SHA-256](https://tools.ietf.org/html/rfc7515#appendix-A.2) with Web Crypto API.