1.0.0 • Published 6 months ago
pwm-cli v1.0.0
pwm-cli
A secure command-line password manager that generates strong passwords based on a master password.
Installation
npm install -g pwm-cli
Usage
Once installed, you can run the tool using the pwm
command:
pwm
The tool will prompt you for: 1. Name - Your identifier 2. Master Password - Your master password 3. Site - The website or service you need a password for 4. Type - Password type (options below)
Password Types
maximum
- Maximum security password with special characterslong
- Long password with mixed case letters and numbersmedium
- Medium length passwordbasic
- Basic password with letters and numbersshort
- Short but secure passwordpin
- 4-digit PINname
- Memorable name-like passwordphrase
- Generates a passphrase
Security
This tool uses:
- Scrypt for key derivation
- HMAC-SHA256 for template generation
- Secure password templates
- No password storage - passwords are generated on-the-fly
License
ISC
Authors
- Chaitanya Rahalkar
- Dhaval Gujar
- Yakshit Jain
1.0.0
6 months ago