cryptor 0.1.2 copy "cryptor: ^0.1.2" to clipboard
cryptor: ^0.1.2 copied to clipboard

outdated

AES-256-GCM symmetric encryption functions that allow to encrypt/decrypt package

cryptor #

AES GCM 256 cryptor

Usage #

var cryptor = new Cryptor();
var cryptedtext = cryptor.encrypt('SOME DATA TO ENCRYPT', 'password');
return cryptor.decrypt(cryptedtext, 'password'); // => 'SOME DATA TO ENCRYPT'
5
likes
0
pub points
0%
popularity

Publisher

verified publishergetswifty.pro

AES-256-GCM symmetric encryption functions that allow to encrypt/decrypt package

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

crypto, flutter, password_hash, steel_crypt

More

Packages that depend on cryptor