SBT Encrypt
Encrypt with argon2 + chacha20.
Usage
final encprypted = await encrypt('test', 'password')
final decrypted = await decrypt(encrypted, 'password')
Libraries
- sbt_encrypt
- Aes dart
Encrypt with argon2 + chacha20.
final encprypted = await encrypt('test', 'password')
final decrypted = await decrypt(encrypted, 'password')