Skip to content

The Privacyst is a cutting-edge security application designed to protect your digital assets. Focused on user-friendly solutions, it offers robust password generation, secure SSH key creation, and more to ensure your online presence remains uncompromised.

License

Notifications You must be signed in to change notification settings

ken3stokes/theprivacyst

Repository files navigation

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

About

The Privacyst is a cutting-edge security application designed to protect your digital assets. Focused on user-friendly solutions, it offers robust password generation, secure SSH key creation, and more to ensure your online presence remains uncompromised.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published