Skip to content

Releases: LupusJM/SecurePasswordTool

v0.2

07 Apr 14:10
2b45983
Compare
Choose a tag to compare
  • Added support for storing passwords in a database.
  • New feature for deleting stored passwords by ID.
  • Implementation of SQLite3 for password management.

v0.1

07 Apr 14:04
366039b
Compare
Choose a tag to compare
  • Ability to create and verify salted passwords.
  • Support for various hashing functions and iterations.
  • Addition of "pepper" value for increased security.
  • Command-line arguments for easy usage.