EntroPy Password Generator Web Version

	 License Password Generator Interactive Documentation Made with Python Entropy Compliant

This EntroPy Password Generator project - Web Version, derives from the original project EntroPy Password Generator, is a secure and customizable password generator developed in Python, enabling users to generate strong passwords. It creates robust passwords with configurable character sets and calculates their entropy to evaluate strength. The project provides 20+ modes for secure password generation, ranging from 15 to 128 characters, with entropies between 97.62 bits and 833.00 bits, exceeding the ProtonΒ© recommended minimum of 75 bits and the cryptographic strength best practices outlined in NIST SP 800-63B and NIST SP 800-132.

🌐 Interactive Web Version

Experience the EntroPy Password Generator directly in your browser! The web version offers all the functionality of the Python script in an intuitive and responsive interface.

πŸš€ Access the Web Version

🌍 Live Demo

πŸ”§ Interactive Demo

πŸ’‘ Note: For the full interactive experience, visit | Interface Web do EntroPy Password Generator

✨ Web Version Features

🎨 Three Block Interface

🧩 Block I (Modes 1-10)

πŸŒ€ Block II (Modes 11-20)

🎯 Block III (Custom Mode)

πŸ”’ Security Features

πŸ“± Responsive Interface

πŸ› οΈ How to Use the Web Version

  1. Select the Block
    • Choose between Blocks I/II (predefined modes) or Block III (custom)
  2. Configure Options
    • Block III: Adjust length and character types
    • Blocks I/II: Select one of the 20 predefined modes
  3. Generate and Copy
    • Click "Generate Password"
    • Use the "Copy" button to save the password
    • Check password entropy and strength
  4. Implement Securely
    • Paste the password into your password manager
    • Never memorize complex passwords
    • Use a trusted manager like Bitwarden

πŸ“Š Example Output

Mode: Block III (Custom)

Length: 52 characters

Ambiguous character: not chosen

Generated Password: Af=KmL9KWV;y(7NgsbBtUh|NiKU\}0Bq5&IQ>FXtFw&?`U`_~E$`

Entropy: 338.41 bits

Security Classification:

πŸ—‚οΈ Web Project Structure

entropy-password-web/
β”œβ”€β”€ .github/
β”‚   β”œβ”€β”€ ISSUE_TEMPLATE/
β”‚   β”‚   └── config.yml
β”‚   └── workflows/
       └── static.yml	
β”œβ”€β”€ .docs/
	└── CNAME
	└── _config.yml
	└── apple-touch-icon-891x881.png
	└── entropyweb.html
	└── favicon-784x757.png
	└── favicon.ico
	└── favicon.svg
	└── favicon2-944x910.png
	└── favicon2.ico
	└── index.html
	└── site.webmanifest
	└── web-app-manifest-871x874.png
	└── web-app-manifest-960x410.png
β”œβ”€β”€ .nojekyll
β”œβ”€β”€ LICENSE
β”œβ”€β”€ README.md
└── SECURITY.md
        

πŸ”— Important Links

🎯 Recommended Use Cases

For Daily Use:

For Maximum Security:

⚠️ Security Warnings

πŸ†š Comparison: Web vs Python

Feature Web Version Python Version
Interface 🎨 Graphical & Intuitive ⌨️ Command Line
Accessibility 🌐 Browser 🐍 Python 3.8+
Configuration πŸ–±οΈ Clicks πŸƒβ€β™‚οΈ Arguments
Results πŸ“Š Visual πŸ“ Text
Portability πŸ“± Multi-device πŸ’» Local

πŸ”„ Integration with Python Project

The web version maintains 100% compatibility with the original Python project:

πŸ“§ Support and Contributions

Found an issue? Have a suggestion?

πŸ› Report Issue πŸ’‘ Bug Report 🀝 Contribute

"Code with purpose. Build with passion. Share with the world."

Copyright Β© 2025 Gerivan Costa dos Santos

EntroPy Password Generator Web Version Β© 2025