Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 782 Bytes

CHANGELOG.md

File metadata and controls

33 lines (20 loc) · 782 Bytes

[0.1.6] - Upgrade steel_crypt version

  • Upgrade steel_crypt version to 2.0.0

[0.1.5] - Fix pbkdf2 and improvements

  • Fix pbkdf2 to generate correct key
  • Reduce number of type conversions
  • Add hash function to hash password

[0.1.4] - API Change

  • encrypt and decrypt are now static methods of Cryptor
  • Implement AesGcm module

[0.1.3] - Implement PBKDF2

  • Implement PBKDF2
  • Get rid of hash_password dependency

[0.1.2] - Initial implementation of AES GCM cryptor

  • Rename example file to be inline with guidelines

[0.1.1] - Initial implementation of AES GCM cryptor

  • Add dart doc comments to the code
  • Add expample/aes.dart
  • Formatted lib/cryptor.dart

[0.1.0] - Initial implementation of AES GCM cryptor

  • Add ecnrypt and decrypt functions