aes256

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

aes256

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 = await Aes256.encrypt("text", "passphrase");

// decryption
final decrypted = await Aes256.decrypt(encrypted, "passphrase");
...
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.