Skip to content

figo-connect/figo_jwe_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages