Skip to content

tikajhq/passwrd.in

Repository files navigation

passwrd.in - Secure Password Generator

🔒 Private, Secure & Simple Password Generation
No Ads • No Tracking • 100% Open Source

License: MIT Vue 3 Tailwind CSS

✨ Features

🎯 Multiple Password Generation Methods

  • 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)

🔐 Security First

  • 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

📦 Installation

# 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

🌟 What Makes passwrd.in Unique

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

|

🔒 Security

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

📝 License

MIT License - see LICENSE file for details

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

📧 Contact


Made with ❤️ to make security a little easier

Releases

No releases published

Packages

 
 
 

Contributors