| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
🔒 Password management made simpler. Generate a secure passkey instantly from your command line.
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 |
| Back | FazBrowse Home | New Git URL |