Skip to content

Releases: invisal/god_crypto

v1.4.1

22 Aug 07:28
Compare
Choose a tag to compare
  • Can importKey from JWK format and .cert file format.

v1.4.0

20 Aug 12:50
Compare
Choose a tag to compare
  • Add RSASSA-PKCS1-v1_5 sign support
  • Add base64url encoder/decoder

v1.3.0

19 Aug 23:59
Compare
Choose a tag to compare
  • Add RSASSA-PKCS1-v1_5 verify support
  • Add base64url encoding

v1.2.1

19 Aug 12:13
Compare
Choose a tag to compare
  • Minor change TOTP.generateSecret() to be sync instead of async

v1.2.0

19 Aug 11:45
b2f6829
Compare
Choose a tag to compare
  • Separate each module
  • Add HMAC support
  • Add TOTP implementation
  • Add base32 encode/decode

v1.1.0

18 Aug 04:30
Compare
Choose a tag to compare
  • Add CFB (Cipher feedback) mode.
  • Add encoding utility.

v1.0.0

16 Aug 04:12
Compare
Choose a tag to compare
  • [Breaking Change] All the encryption and decryption method now are promise-based. Make it easier to switch to WebCrypto if available.
  • Now it will try to use WebCrypto if available. Otherwise, we will fallback to our Javascript implementation.

v0.3.0

13 Aug 14:35
Compare
Choose a tag to compare
  • Add Advanced Encryption Standard support
  • Support Cipher Blocker Chaining(CBC) mode
  • Support Electronic Codebook (ECB) mode

v0.2.0

08 Aug 01:46
Compare
Choose a tag to compare
  • Add RSA decryption support for PKCS1 padding

v0.1.0

08 Aug 01:07
Compare
Choose a tag to compare

Add RSA encryption and decryption

  • Support parsing .pem file
  • Encryption (PKCS1 v1.5 and OAEP)
  • Decryption (OAEP)