LessPass stateless password generator
Project description
LessPass command-line interface (CLI)
Install
python3 -m pip install --user lesspass
Usage
lesspass SITE [LOGIN] [MASTER_PASSWORD] [OPTIONS]
Arguments:
SITE site used in the password generation (required)
LOGIN login used in the password generation
default to '' if not provided
MASTER_PASSWORD master password used in password generation
default to LESSPASS_MASTER_PASSWORD env variable or prompt
Options:
-l, --lowercase add lowercase in password
-u, --uppercase add uppercase in password
-d, --digits add digits in password
-s, --symbols add symbols in password
-L, --length int (default 16, max 35)
-C, --counter int (default 1)
-p, --prompt interactively prompt SITE and LOGIN (prevent leak to shell history)
--no-lowercase remove lowercase from password
--no-uppercase remove uppercase from password
--no-digits remove digits from password
--no-symbols remove symbols from password
-c, --clipboard copy generated password to clipboard rather than displaying it.
Need pbcopy (OSX), xsel or xclip (Linux) or clip (Windows).
-v, --version lesspass version number
Examples
no symbols
lesspass site login masterpassword --no-symbols
no symbols shortcut
lesspass site login masterpassword -lud
only digits and length of 8
lesspass site login masterpassword -d -L8
master password in env variable
LESSPASS_MASTER_PASSWORD="masterpassword" lesspass site login
License
This project is licensed under the terms of the GNU GPLv3.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lesspass-9.1.1.tar.gz
(5.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lesspass-9.1.1.tar.gz.
File metadata
- Download URL: lesspass-9.1.1.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a05d183b987c1fd5bc56138beb56681e7145767e4b6e94923efd6a9036a1d3c
|
|
| MD5 |
3244ec185de931bd0eb1657161c6ad3b
|
|
| BLAKE2b-256 |
cb75852f6486abac9e365e87993298bc30866d4d6e71758f6134d90e353eedda
|
File details
Details for the file lesspass-9.1.1-py3-none-any.whl.
File metadata
- Download URL: lesspass-9.1.1-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bcc8b571ce73f330aa4e34862c7877bdd98f718b6606f289162f89c1304563af
|
|
| MD5 |
0c2c4b4031cefabce91b6eba7bb1d2e2
|
|
| BLAKE2b-256 |
132d910dffa28f7e4d58cabbfb8e1393e100638c9f7a06329cd682786f1a6935
|