Releases: invisal/god_crypto
Releases · invisal/god_crypto
v1.4.1
- Can importKey from JWK format and .cert file format.
v1.4.0
- Add RSASSA-PKCS1-v1_5 sign support
- Add base64url encoder/decoder
v1.3.0
- Add RSASSA-PKCS1-v1_5 verify support
- Add base64url encoding
v1.2.1
- Minor change TOTP.generateSecret() to be sync instead of async
v1.2.0
- Separate each module
- Add HMAC support
- Add TOTP implementation
- Add base32 encode/decode
v1.1.0
- Add CFB (Cipher feedback) mode.
- Add encoding utility.
v1.0.0
- [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
- Add Advanced Encryption Standard support
- Support Cipher Blocker Chaining(CBC) mode
- Support Electronic Codebook (ECB) mode
v0.2.0
- Add RSA decryption support for PKCS1 padding
v0.1.0
Add RSA encryption and decryption
- Support parsing .pem file
- Encryption (PKCS1 v1.5 and OAEP)
- Decryption (OAEP)