AES CBC mode with 256-bit key, PKCS7 padding, and random salt.
More...
// encryption final encrypted = await Aes256.encrypt("text", "passphrase"); // decryption final decrypted = await Aes256.decrypt(encrypted, "passphrase");
unverified uploader
Homepage
unknown (license)
crypto, encrypt
Packages that depend on aes256
Back