figo encryption example

This example demonstrates how to encrypt user credentials using figo's public key and JWE.

Why?

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).

Libraries used

Algorithms supported by figo

Key-encryption algorithms:

  • RSA-OAEP

Content-encryption algorithms:

  • A128CBC-HS256
  • A256CBC-HS512

Changelog and New Features

0.2

  • revised UI
  • added TAN encryption demo

0.1

  • Initial version

Contributing and Bug Reporting

Please submit bug reports and your suggestions to the GitHub issue tracker. Feel free to add pull requests as well.