🔒 Password management made simpler. Generate a secure passkey instantly from your command line.
- Supports CRUD functionality for passkeys on MongoDB Atlas
- User choice to save passkeys to local text file.
- Generated passkeys are hashed and stored in MongoDB.
- User-based filters on numeric and symbolic characters.
- Generated passskeys are automatically saved to user clipboard..
- Support for password validation inside the interface.
1. Fork and clone this repository using
git clone https://github.com/sandip2224/XPassKey.git
cd XPassKey/
2. Install required dependencies using
npm install
3. Create a global symlink using
npm link
4. Create an environment variable (.env) inside root directory and set the following:
MONGO_URI=<Your_Unique_MongoDB_Cluster_URI>
Short | Long | Description | Preview Images |
---|---|---|---|
gen | generate | ➕ Generate a new passkey for an account | Preview |
f | find | 🔍 Search for an existing account passkey | Preview |
u | update | 📝 Update an account passkey | Preview |
del | delete | 🚩 Delete a passkey from database | Preview |
l | list | 🔑 Display all existing passkeys in database | Preview |
auth | authenticate | 🔍 Do you remember your account passkey? Check here | Preview |
-h | --help | 🚀 Display help for command | Preview |