aes256 2.2.2
aes256: ^2.2.2 copied to clipboard
AES-256 encryption and decryption using PBKDF2 + AES-GCM.
2.2.2 #
- Update minimum sdk.
2.2.1 #
- Update example
2.2.0 #
- Updated payload structure to follow a fully explicit sequence: salt(16) + nonce(12) + ciphertext + tag Improved cross-language compatibility with libraries using the same payload
2.1.3 #
- Update iterations 100,000
2.1.2 #
- Update example
- Update meta data
2.1.1 #
- Using PBKDF2 + AES-GCM only
2.0.0 #
- Using PBKDF2 + AES-GCM with decryptLegacy
1.1.0 #
- Update Readme.
1.0.8 #
- Named parameters with required.
1.0.7 #
- Remove unnecessary async, update throw argument error.
1.0.6 #
- Update Readme.
1.0.5 #
- Remove unnecessary async.
1.0.4 #
- Add API Docs.
1.0.3 #
- Add Demo.
1.0.2 #
- Update Readme.
1.0.1 #
- Update information.
1.0.0 #
- Initial release.