A modern, secure password generator built with React and TypeScript, featuring quantum-inspired randomization and dark web breach checking.
- 🎲 Quantum-inspired random number generation
- 🌐 Dark web breach checking
- 🔄 Customizable password generation options
- 🌍 Multilingual support (EN, ES, FR, PT, ZH, RU)
- 🎨 Dark/Light theme support
- 🔒 Local encrypted storage for saved passwords
- 📱 Responsive design for all devices
- ⚡ Built with performance in mind
# Clone the repository
git clone https://github.com/Dev2Level/Secure-Password-Generetor---24.11.git
# Navigate to project directory
cd Secure-Password-Generetor---24.11
# Install dependencies
npm install
# Start development server
npm run dev
- React 18
- TypeScript
- Vite
- TailwindCSS
- Web Crypto API
- Lucide Icons
The password generator can be customized with various options:
- Password length (8-32 characters)
- Character types:
- Uppercase letters (A-Z)
- Lowercase letters (a-z)
- Numbers (0-9)
- Special characters (!@#$%^&*)
- Quantum-inspired randomization
- Dark web breach checking
- English (en)
- Spanish (es)
- French (fr)
- Portuguese (pt)
- Chinese (zh)
- Russian (ru)
- Client-side password generation
- Quantum-inspired randomization
- Web Crypto API for cryptographic operations
- Dark web breach checking
- Encrypted local storage
- No server-side password storage
# Create production build
npm run build
# Preview production build
npm run preview
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (`git checkout -b feature/AmazingFeature`)
- Commit your changes (`git commit -m 'Add some AmazingFeature'`)
- Push to the branch (`git push origin feature/AmazingFeature`)
- Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
2024