Skip to content

Releases: coast-team/mute-crypto-helper

0.4.2

25 May 14:59
Compare
Choose a tag to compare

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/