Skip to content

Releases: therealOri/Genter

Passgen v1.1.1

19 Jul 22:43
Compare
Choose a tag to compare

What's New:

  • Allowing the env.py file to use a bigger/longer PASS and allows it to use symbols and unicode characters. You WILL need to use the KDF.py patch file for pycryptodome as by default it doesn't accept unicode_escape encoding and unicode characters.

  • New env.py PASS length of 32 instead of 16.

  • env.py PASS now uses symbols and unicode characters. (Provided you use the patched version of KDF.py.)

Passgen v1.1.0

17 Jul 17:55
Compare
Choose a tag to compare

In this update, the lock() and unlock() functions and features have been made to reflect the latest update of oCrypt0r.

Passgen v1.0.9

20 Jun 21:10
e223d71
Compare
Choose a tag to compare

This new update brings you the ability to change your encryption credentials used for encrypting your passwords!

In the event of your credentials being compromised, you can now quickly and easily change the credentials and re encrypt everything.
I will add in that if you lose your ORIGINAL/compromised env.so/env.pyd file then I can not decrypt and re encrypt the data. So PLEASE make sure you have backups of everything.

Ontop of this, I'd like everyone to once again make backups of current files before using this new version of PassGen as it deals with decrypting and re-encrypting data. And just in case there is anything bad that happens, you will still have your data. If there are any bugs or if anything happens that shouldn't happen, PLEASE make an issue report and let me know immediately!. (If you know how to fix it then make a pull request).

If you see some things being done that you think you could make better or more efficient, then please make a pull request and share with me your improvements! <3




I appreciate all of you that have starred and shared this repo and are supporting my project! And the same to all who have cloned this repo and are using my project! It truly means a lot to me! <3

Passgen v1.0.8

12 Jun 23:27
1399745
Compare
Choose a tag to compare

Added new language!

  • Amharic (Ethopian) alphabet

Passgen v1.0.7

05 Jun 16:57
3084860
Compare
Choose a tag to compare

Added:

  • New way of storing your/our SALT and PASS variables. We will no longer be using an .env file but instead an env.py file what we will obfuscate and cythonize.

Passgen v1.0.6

06 Apr 18:23
fa4fca3
Compare
Choose a tag to compare

New Features.

If you have an older version of this project, You should update to the current version now!.

Added:

  • Functions to lock and unlock the database file and added a way to do that in the menu.
  • New way to encrypt the passwords. No longer needs an IV. (Also means less being stored in the database)
  • New way to show saved domains in the database.

Changed:

  • The names a of a few functions. cipherE >to> stringE and read_data() >to> stringD()

New Function!

29 Mar 17:58
41807ee
Compare
Choose a tag to compare

Added:

  • A new function to clear the contents of "pass.txt" in the menu. (For after you make a password so it doesn't just sit there in the file)

Passgen - Menu Overhaul + More features.

28 Mar 18:58
f3da53d
Compare
Choose a tag to compare

Updates:

  • Added some SUS characters to the unicode list.
  • Added emoji list.
  • Re did the menus and it now flows and acts like a menu. (Instead of just quitting/stopping the script if something breaks.)
  • Removed the "Compare Hashes" function. (I didn't see it needing to be a thing and would be more appropriate for files.)
  • Added options to the menus to go back and to quit.
  • Added a way for you to view the contents of "pass.txt" without having to close the script.
  • Changed the generation of keys for hash values. It will now randomly assign a key and salt each time a hash is made. Instead of you having to "change the default key and salt". (If you want, you can just set the "default_key" and "salt" variables to whatever you want if you do not like how it is being done now.)

Passgen 1.0.3

23 Mar 16:09
eebc5f7
Compare
Choose a tag to compare

New Languages!

Added:

  • Hindi
  • Arabic

Passgen 1.0.2

21 Feb 18:59
26060d8
Compare
Choose a tag to compare

CLI Options configuration.

I am testing out an in terminal/cmd window way of configuring the True/False options. (This can be enabled or disabled via options_FLAG).
So PLEASE! let me know your feedback about this in the Discussions tab. Let me know what you think. <3

If you have a better way to achieve what I'm trying to do here then please, by all means, make a pull request and show me your changes!