Skip to content

Releases: therealOri/Genter

Passgen v1.1.8

19 Oct 16:02
ece9043
Compare
Choose a tag to compare

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

13 Sep 17:49
12fa85a
Compare
Choose a tag to compare

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

11 Sep 19:09
4a72e76
Compare
Choose a tag to compare

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

11 Sep 17:06
a794fda
Compare
Choose a tag to compare

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

09 Sep 18:40
325c23e
Compare
Choose a tag to compare

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

03 Sep 18:20
b273675
Compare
Choose a tag to compare

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

02 Sep 21:32
Compare
Choose a tag to compare

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

01 Sep 20:05
72baae0
Compare
Choose a tag to compare

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

22 Jul 16:46
18207f6
Compare
Choose a tag to compare

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

21 Jul 18:15
77c0791
Compare
Choose a tag to compare

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.