aes_cbc_cipher 1.0.2+1
aes_cbc_cipher: ^1.0.2+1 copied to clipboard
The `AESCBCCipher` is a singleton class that provides AES encryption and decryption functionality using the `encrypt` package. It is used to encrypt and decrypt data using the AES (Advanced Encryption [...]
1.0.2+1 #
- Improved file encryption functionality: Encrypted files will now be stored in the same directory as the original files.
- Enhanced file decryption feature: Decrypted files will be stored in the directory where the corresponding encrypted files are located.
1.0.2 #
- Added 2 more functions named
encryptFile&decryptFile.
1.0.1 #
- Added a new way of encryption with resembles to the [CryptoJS] package for Node.JS.
1.0.0 #
- Initial version.