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
- 🔧 Built with HTML, CSS, and JavaScript.
- 💻 Hosted on GitHub Pages.
- 🔐 Generate strong and unique passwords.
- 📋 Copy passwords to the clipboard.
- 🔢 Customize password length and character types.
- Clone the repository:
git clone https://github.com/your-username/safekey.git
- Open
index.html
in your web browser. - Set your desired password length and select character types.
- Click the "Generate Password" button to get your secure password.
🎉 Contributions are welcome! If you'd like to contribute to SafeKey, follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/your-feature-name
- Open a pull request.
- 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.
🔍 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!
📝 This project is licensed under the MIT License - see the LICENSE file for details.