A secure, cryptographically strong password generator with both graphical and command-line interfaces.
CryptoPassGen is a versatile password generation tool that helps users create strong, secure passwords. The application uses cryptographically secure random number generation to ensure passwords are truly unpredictable.
Available in both GUI and CLI versions, it caters to different user preferences and use cases - from quick terminal generation to a full-featured desktop application.
# CLI Version python password_generator.py # GUI Version python Password_Gen_Gui.py
Generated passwords are stored securely in a hidden file passwords.txt in the home directory.