encryptions 0.0.1 copy "encryptions: ^0.0.1" to clipboard
encryptions: ^0.0.1 copied to clipboard

outdated

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.

14
likes
0
points
9
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter plugin for AES128/256 and argon2 kdf.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

convert, flutter

More

Packages that depend on encryptions

Packages that implement encryptions