aes256 1.0.0 copy "aes256: ^1.0.0" to clipboard
aes256: ^1.0.0 copied to clipboard

AES CBC mode with 256-bit key, PKCS7 padding, and random salt.

AES256 #

AES CBC mode with 256-bit key, PKCS7 padding, and random salt.

// encryption
final encrypted = await Aes256.encrypt("text", "passphrase");

// decryption
final decrypted = await Aes256.decrypt(encrypted, "passphrase");
1
likes
0
pub points
66%
popularity

Publisher

unverified uploader

AES CBC mode with 256-bit key, PKCS7 padding, and random salt.

Homepage

License

unknown (license)

Dependencies

crypto, encrypt

More

Packages that depend on aes256