- π― Description
- β¨ Features
- π οΈ Technologies
- π Deployment
- π Installation
- π» Usage
- π Security
- π License
Password Security Toolkit is a comprehensive web application designed to help you create and manage secure passwords. With a modern and user-friendly interface, this tool allows you to generate strong passwords, evaluate their strength, and better understand security best practices.
-
Advanced Password Generator
- Random character-based generation
- Word-based generation (English and Spanish)
- Complete parameter customization
- Bulk password generation
-
Security Analysis
- Real-time password strength evaluation
- Brute force attack simulator
- Cracking time estimates
- Detailed feedback and suggestions
-
Password Management
- Generated password history
- Customizable tagging system
- History export and import
- Favorite marking
-
Security Tips
- Detailed best practices guide
- Practical examples
- Contextual additional information
- React
- TypeScript
- Tailwind CSS
- Framer Motion
- Lucide Icons
- ZXCVBN (security analysis)
You can try the application live at this link.
-
Clone the repository:
git clone https://github.com/EduardoProfe666/password-generator.git cd password-generator
-
Install dependencies:
pnpm install
-
Start the development server:
pnpm dev
-
Password Generation
- Select generation mode (random characters or words)
- Configure parameters according to your needs
- Generate and copy password with one click
-
Security Analysis
- Watch real-time strength scoring
- Review cracking time estimates
- Consider improvement suggestions
-
History Management
- Save important passwords
- Organize with custom tags
- Export your history for backup
The application uses:
- Cryptographically secure random number generation
- Advanced password pattern analysis
- Multi-factor security evaluation
- No data storage on external servers
This project is licensed under the MIT License - see the LICENSE file for details.
Developed with β€οΈ by EduardoProfe666