Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 2.01 KB

README.md

File metadata and controls

59 lines (38 loc) · 2.01 KB

SafeKey 🔒

License

SafeKey is a secure and user-friendly Password Generator web application that allows users to generate strong and unique passwords for their online accounts.

This project was developed as a submission for "Hacks for Hackers" an MLH-affiliated hackathon

Animated GIF

🚀 Live Demo

Technologies Used

  • 🔧 Built with HTML, CSS, and JavaScript.
  • 💻 Hosted on GitHub Pages.

Features

  • 🔐 Generate strong and unique passwords.
  • 📋 Copy passwords to the clipboard.
  • 🔢 Customize password length and character types.

How to Use

  1. Clone the repository: git clone https://github.com/your-username/safekey.git
  2. Open index.html in your web browser.
  3. Set your desired password length and select character types.
  4. Click the "Generate Password" button to get your secure password.

Contribution Guidelines

🎉 Contributions are welcome! If you'd like to contribute to SafeKey, follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature-name
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin feature/your-feature-name
  5. Open a pull request.
  6. Create a user login system to securely store encrypted passwords in the backend.

Please make sure to follow our Code of Conduct and Contributing Guidelines when contributing.

Future Plans

🔍 We have some exciting plans for SafeKey's future:

  • Implement password strength evaluation.
  • Add options for generating pronounceable passwords.
  • Allow users to export passwords as PDFs.
  • Build a Chrome extension for easy access to password generation directly within the browser.

Stay tuned for updates!

License

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