Skip to content

Latest commit

 

History

History
64 lines (41 loc) · 2 KB

README.md

File metadata and controls

64 lines (41 loc) · 2 KB

The Privacyst

Python License

Welcome to The Privacyst Web Utilities! This web application provides a set of handy tools for enhancing your online privacy and security. Whether you need to generate secure SSH keys, strong passwords, unique usernames, or disposable email addresses, we've got you covered.

Features

  • SSH Key Generator: Create SSH key pairs with various algorithms and key lengths.
  • Password Calculator: Generate strong and random passwords with custom length and character set.
  • Username Generator: Quickly create unique usernames.
  • Email Generator: Generate disposable email addresses with different domains.
  • Hash Generator: Generate secure hashes using multiple algorithms including MD5, SHA-256, and more
  • Password Analyzer: Analyze password strength and get security recommendations.

Getting Started

  1. Clone the repository:

    git clone https://github.com/yourusername/privacyst-web-utilities.git
    cd privacyst-web-utilities
  2. Create a virtual environment (optional but recommended):

    python -m venv venv
    source venv/bin/activate  # On Windows, use venv\Scripts\activate
  3. Install the required dependencies:

    pip install -r requirements.txt
  4. Run the application:

    python main.py
  5. Open a web browser and go to http://localhost:5000 to access the web utilities.

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests to help improve this project.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • This project was built with Flask.

The Privacyst - Empowering Your Online Privacy