aes_cbc_cipher 1.0.2+1 copy "aes_cbc_cipher: ^1.0.2+1" to clipboard
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.
1
likes
130
points
34
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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 Standard) algorithm in CBC (Cipher Block Chaining) mode.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

crypto, encrypt, tuple

More

Packages that depend on aes_cbc_cipher