https://github.com/nanne007/lesspass-rust
A lesspass command line tools
https://github.com/nanne007/lesspass-rust
lesspass password-manager rust
Last synced: 4 months ago
JSON representation
A lesspass command line tools
- Host: GitHub
- URL: https://github.com/nanne007/lesspass-rust
- Owner: nanne007
- License: gpl-3.0
- Created: 2020-02-29T06:26:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-01T12:57:28.000Z (almost 5 years ago)
- Last Synced: 2024-12-30T13:53:40.018Z (5 months ago)
- Topics: lesspass, password-manager, rust
- Language: Rust
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lesspass-rust
Lesspass is a tool to derive password to login in websites, apps based on one true master password.
See https://lesspass.com/ for more detail.
This is a CLI implemented in Rust to generate lesspass password, and it's compatible with [origin python&js implementation](https://github.com/lesspass/lesspass).
## Usage
``` shell
# install with cargo
> cargo install --git https://github.com/nonsense2020/lesspass-rust
> lesspass help
> lesspass gen --help
```Generate a 20-length password for site *www.facebook.com* using login *[email protected]*.
``` shell
lesspass gen --site www.facebook.com --login [email protected] --length 20
```
This will prompt you to input your master password.