Skip to content

Passgen v1.1.7

Compare
Choose a tag to compare
@therealOri therealOri released this 09 Sep 18:40
· 248 commits to main since this release
325c23e

Changed:

  • Overhauled how you will encrypt your passwords. It now uses "Password Based Key Derivation" to make a key. That key will allow you to encrypt and decrypt your passwords. (Don't lose the key and store it somewhere safe). You can use keys generated to encrypt whatever..like Locking the database for example.
  • Removed the need for the env.py file.
  • Updated the password gen option names to refect what languages you are using. (More understandable now)