https://github.com/meloencoding/locksmith
A simple cli tool to generate and store your passwords.
https://github.com/meloencoding/locksmith
cli password-generator password-manager rust
Last synced: about 1 month ago
JSON representation
A simple cli tool to generate and store your passwords.
- Host: GitHub
- URL: https://github.com/meloencoding/locksmith
- Owner: MeloenCoding
- License: gpl-3.0
- Created: 2022-11-29T12:19:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-31T00:48:16.000Z (over 3 years ago)
- Last Synced: 2025-01-18T03:43:49.045Z (over 1 year ago)
- Topics: cli, password-generator, password-manager, rust
- Language: Rust
- Homepage:
- Size: 78.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Locksmith
A simple cli tool to generate and store your passwords.
## Features
- Google Authenticator (2fa)
- Password Generator
- Remote storage for use on other devices
## Format
```bash
# See all commands
losm -h
# Return all stored websites
losm list
# Generate password 20 characters long and use symbols in it
losm gen 20 -s
# promt your Google Auth key and returns password of given site
losm get "github" "accountName"
# set password that is or isn't in the database
losm set "github" "accountName" "samplePassword"
```