Skip to content

🔒 Password management made simpler. 🚩Generate a secure passkey instantly🚀 from your command line. Also supports passkey validation and CRUD functionality on MongoDB Atlas.🔑

Notifications You must be signed in to change notification settings

sandip2224/XPassKey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XPassKey🔑

🔒 Password management made simpler. Generate a secure passkey instantly from your command line.

Built With

NodeJS MongoDB

Notable Features

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

How to Install Locally

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>

Commands

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

👨 Project Maintained By-

About

🔒 Password management made simpler. 🚩Generate a secure passkey instantly🚀 from your command line. Also supports passkey validation and CRUD functionality on MongoDB Atlas.🔑

Topics

Resources

Stars

Watchers

Forks