Skip to content

0.4.2

Latest
Compare
Choose a tag to compare
@jpeisenbarth jpeisenbarth released this 25 May 14:59
· 59 commits to master since this release

First stable release of the (Web) Crypto API Wrapper !

It provides two wrappers :

  • asymmetric cryptography through the asymmetricCrypto object
  • symmetric cryptography through the symmetricCrypto object

The algorithms used are RSA-OAEP for asymmetric encryption, RSA-PSS for signing operation and AES-GCM for symmetric encryption.

The documentation is available at https://coast-team.github.io/crypto-api-wrapper/