encryptions 0.0.1
encryptions: ^0.0.1 copied to clipboard
A flutter plugin for AES128/256 and argon2 kdf.
encryptions #
Encryptions is a flutter plugin for encryption/KDF algorithms.
- ✅AES128/CBC/NoPadding
- ✅AES256/CBC/NoPadding
- ✅Argon2i
- ✅Argon2d
Getting Started #
See example/lib/main.dart for example usage.
Support / Release plan #
Currently this project is mainly to support another flutter project Okapia(https://github.com/liyuanhust/okapia-app), any pull request is welcome.
A release plan of this plugin will be published soon.
License #
This package is published under Apache 2.0 License.