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

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

AES256 #

Available at pub.dev

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

Try on Demo

import 'package:aes256/aes256.dart';

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

// decryption
final decrypted = Aes256.decrypt(encrypted, 'passphrase');
...
copied to clipboard
3
likes
0
points
2.01k
downloads

Publisher

verified publisherknottx.dev

Weekly Downloads

2024.09.19 - 2025.04.03

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

Homepage
Repository (GitHub)
View/report issues

Topics

#aes #aes256

Funding

Consider supporting this project:

github.com

License

unknown (license)

Dependencies

crypto, encrypt

More

Packages that depend on aes256