This example demonstrates how to encrypt user credentials using figo's public key and JWE.
figo's API allows to send encrypted user credentials using JWE (click here for more infos on JWE). Unfortunately the Webcrypto support is limited in some browsers (Safari, Internet Explorer).
-
js-jose https://github.com/square/js-jose
- JavaScript library to encrypt/decrypt data in JSON Web Encryption (JWE) format.
-
webcrypto-shim https://github.com/vibornoff/webcrypto-shim
- Web Cryptography API shim for legacy browsers
-
jsrsasign https://kjur.github.io/jsrsasign/
- opensource free pure JavaScript cryptographic library
- RSA-OAEP
- A128CBC-HS256
- A256CBC-HS512
- revised UI
- added TAN encryption demo
- Initial version
Please submit bug reports and your suggestions to the GitHub issue tracker. Feel free to add pull requests as well.