encryptions 0.0.1
encryptions: ^0.0.1 copied to clipboard
A flutter plugin for AES128/256 and argon2 kdf.
0.0.1 #
A preview version of basic aes/argon2 impl, Support the following algorithms currently:
- argon2i
- argon2d
- aes128/cbc/nopadding (by passing a 128 bit key)
- aes256/cbc/nopadding (by passing a 256 bit key)
currently it's not able to change the argon2i/argon2d arguments, this will be supported in next release.