secure-keyz
v4.0.0
Published
Security is priority!
Downloads
26
Maintainers
Readme
🔐 SecureKeyz: The Ultimate PassKey Generator 🚀
🌟 Why SecureKeyz is the GOAT of Password Generation
Listen up, digital warriors! You've just discovered the most EPIC password generation tool in the universe. SecureKeyz isn't just a package - it's a SECURITY REVOLUTION!
💥 What Makes Us Legendary
- 🦄 Cryptographically Secure Generation
- 🛡️ Advanced Entropy Calculations
- 🌈 Customizable Password Strategies
- 🤖 CLI & Programmatic Interfaces
🚀 Installation
npm install -g secure-keyz
# Or if you're a yarn ninja
yarn global add secure-keyz
🔧 CLI Usage
Basic Generation
craft-key
# Drops a 16-character password bomb! 💣
**Use
craft-key -h
OR
craft-key --help
To get to know more about its amazing and cool features!
Advanced Generation Options
| Flag | Description | Example |
|------|-------------|---------|
| -l, --length
| Custom password length | craft-key -l 24
|
| -n, --no-numbers
| No numeric characters | craft-key -n
|
| -s, --no-special
| No special characters | craft-key -s
|
| -e, --no-emojis
| No emoji madness | craft-key -e
|
| -m, --memorable
| Human-friendly passwords | craft-key -m
|
| -c, --custom
| Add your own character set | craft-key -c "!@#"
|
| --no-similar
| Avoid look-alike chars | craft-key --no-similar
|
🎲 Programmatic Usage
import { PassKeyGenerator } from 'secure-keyz';
// Generate a password
const securePass = PassKeyGenerator.generatePassKey({
length: 24,
memorable: true
});
// Validate its strength
const isStrong = PassKeyGenerator.validatePassKey(securePass, 3);
// Get detailed analysis
const analysis = PassKeyGenerator.analyzePassKey(securePass);
🏆 Why SecureKeyz Obliterates Competition
- Military-Grade Randomness: Uses cryptographic randomness. Take THAT, predictable passwords!
- Emoji Power: Optional emojis, because why be boring? 🔐🚀
- Memorable Mode: Generate passwords even your grandma could remember
- Customization on Steroids: Control EVERY aspect of password generation
💪 Performance Metrics
- Entropy Calculation ✅
- Zero Predictability ✅
- Maximum Security ✅
- Absolute Swagger ✅
🛡️ Security Guarantees
- No stored passwords
- Cryptographically secure generation
- Entropy-based strength analysis
- Zero external dependencies for core security
🤯 Bonus Features
- Strength Analysis
- Complexity Ratings
- Custom Character Sets
- Memorable Password Generation
📜 License
ISC License - Because we're generous security gods!
Disclaimer: SecureKeyz is so secure, even we can't crack it! 🕶️
Made with 💖 by the Massachusetts