Releases: therealOri/Genter
Releases · therealOri/Genter
Passgen v1.1.8
New Features!
Added:
- New Passphrase generation feature! Allows you to generate passphrases like Bitwarden! (using the lovely beaupy package! <3)
- Added new languages! Sri Lankin, and Egyptian Hieroglyphs! (Giving us a total of 20! different languages to make passwords from!)
- Added a new config option. "wordlst_update". This flag (set to false by default) will allow you to always be up to date with the wordlist found here in the repository. You can help contibute valid english (for now) words to the list.
passgen v1.1.7.3
Updated:
- Added a new config option to allow you to show or hide input prompts.
- Fixed some code for adding notes to database.
Passgen v1.1.7.2
Updates:
- When locking and unlocking your database, you can now either use a key that you generated or normal text/strings.
- Your text will now be hidden when entering credentials to lock and unlock your database. (May be reverted..idk yet)
Passgen v1.1.7.1
Bug fix
When printing a password in the "Show passwords" option, It was printing the bytes instead of a string of readable text. It wasn't being decoded properly and now has been fixed.
Passgen v1.1.7
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)
Passgen v1.1.6
Changed:
- New menu system for selecting languages when making/generating passwords.
- Removed code involving the old way of doing the above.
Passgen v1.1.5
Changed:
- Added functionality for adding notes to the database along side of your passwords and domains. (Domains and notes are not encrypted. Only passwords.)
- PassGen will check to see if the database is encrypted or not when using any of the options in the submenu/2nd menu. If yes then you will be notified about it. If no then it will run like usual.
- Added checks to see if the domains you are adding to the database exist in the database already or not. (This is in part due to the function that reads the passwords of the provided domains not being able to tell the difference between 2 of the same domain names. Perhaps if I used a different way to select options/domains then this wouldn't be an issue. But for now it is..)
- More error handling and stuff..
Passgen v1.1.4
Changes:
- You can now go back a page/menu when using any of the options if you do not wish to continue, by pressing "q" or "Q".
Passgen v1.1.3
What's new:
- When going to view the websites in "show saved websites", it will check to see if the database is encrypted or not or if it even exists. It will then look and see if there is anything to show you. If there is nothing to show you, it will let you know.
Passgen v1.1.2
What's new?
Nothing major.
- Squashed some bugs and fixed some issues.
- PassGen will now check to see if the pwords2.pgen database already exists when changing credentials. It will remove it and make a new database and continue. (For if you are having issues changing credentials )
- Removed and extra make_db() function call. It was being called to many times and for un-needed reasons.
- oCrypt0r will now install the latest version of pycryptodome 3.15.0 instead of 3.14.