- Upgrade steel_crypt version to 2.0.0
- Fix pbkdf2 to generate correct key
- Reduce number of type conversions
- Add hash function to hash password
- encrypt and decrypt are now static methods of Cryptor
- Implement AesGcm module
- Implement PBKDF2
- Get rid of hash_password dependency
- Rename example file to be inline with guidelines
- Add dart doc comments to the code
- Add expample/aes.dart
- Formatted lib/cryptor.dart
- Add
ecnrypt
anddecrypt
functions