🔒 Private, Secure & Simple Password Generation
No Ads • No Tracking • 100% Open Source
- Random Passwords: Fully customizable length (8-64 chars) with character type selection
- Passphrases: Memorable passwords using random word combinations
- PIN Generator: Secure numeric PINs (4-12 digits) with pattern avoidance
- Custom Patterns: Define your own password structure (e.g.,
LLLLddddSSS)
- ✅ 100% Client-Side: All passwords generated in your browser using
crypto.getRandomValues() - ✅ Zero Data Collection: No tracking, no analytics, no servers involved
- ✅ Password Strength Meter: Real-time strength analysis
- ✅ Open Source: Full transparency - review our code on GitHub
# Clone the repository
git clone https://github.com/tikajhq/passwrd.in.git
# Navigate to project directory
cd passwrd.in
# Install dependencies
npm install
# Run development server
npm run serve
# Build for production
npm run build| Feature | passwrd.in | Competitors |
|---|---|---|
| Client-side only | ✅ | ❌ Most track usage |
| Zero ads | ✅ | ❌ Most have ads |
| Open source | ✅ | ❌ Most proprietary |
| 4+ generation methods | ✅ | ❌ Usually 1-2 |
|
All password generation happens entirely in your browser using the Web Crypto API's crypto.getRandomValues(), which provides cryptographically strong random values. We:
- ✅ Never send passwords to any server
- ✅ Don't use analytics or tracking scripts
- ✅ Don't store cookies or local storage
- ✅ Don't collect any user data
MIT License - see LICENSE file for details
Contributions are welcome! Please feel free to submit a Pull Request.
- Website: passwrd.in
- GitHub: @tikajhq
Made with ❤️ to make security a little easier