sbt_encrypt library
Aes dart
Functions
-
argon(
String password, Uint8List salt) → Future< List< int> > - Password derive
-
decrypt(
String input, String password, {String encoding = 'base64'}) → Future< String> - decrypted data
-
encrypt(
String plainText, String password, {String encoding = 'base64', bool withSalt = true}) → Future< String> - encrypt data