https://github.com/than-dev/passm
A simple and secure node local password manager!
https://github.com/than-dev/passm
cryptography filesystem javascript linux management nodejs security terminal
Last synced: 2 months ago
JSON representation
A simple and secure node local password manager!
- Host: GitHub
- URL: https://github.com/than-dev/passm
- Owner: than-dev
- Created: 2022-06-22T12:16:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-27T05:46:59.000Z (almost 3 years ago)
- Last Synced: 2025-02-05T14:48:52.403Z (about 1 year ago)
- Topics: cryptography, filesystem, javascript, linux, management, nodejs, security, terminal
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
passm
### 🏔️ Description
It's a simple password manager maded with nodejs!
### ✳️ Usage
just run:
```
passm ${your access password}
```
OBS: If it is your first access the provide password will be registered.
Commands:
```
list: list all password;
check ${password name}: display the required password;
remove ${password name}: remove a password;
edit ${password name}: edit a password;
new ${password name} ${password}: register a new password;
set-global-password ${new password} ${current password}: to set a new access password;
```
### 🌂 Security
All the passwords are saved in a json file, but it's encrypted!
### 🍾 See It
https://user-images.githubusercontent.com/82950902/175791556-1a3f4ff7-2d6a-426f-b065-9dcece3ea258.mp4
### 🎷 Author
Nathan Cotrim - MIT