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-fingerprint hide visual fingerprint of the master password when you type
--no-lowercase remove lowercase from password
--no-uppercase remove uppercase from password
--no-digits remove digits from password
--no-symbols remove symbols from password
--exclude remove chars 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-10.1.0.tar.gz
(8.8 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
lesspass-10.1.0-py3-none-any.whl
(11.9 kB
view details)
File details
Details for the file lesspass-10.1.0.tar.gz.
File metadata
- Download URL: lesspass-10.1.0.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0079d485f297aadfa1e3c6b9b6a061f7b49796ff10f87f26a0d7c9b64de48511
|
|
| MD5 |
35ddf3b85cefcac224aa59bb2938d252
|
|
| BLAKE2b-256 |
80326915c9bc61fdd07c18a50adc29e770158eacbdfee9e2a483c753367724a6
|
File details
Details for the file lesspass-10.1.0-py3-none-any.whl.
File metadata
- Download URL: lesspass-10.1.0-py3-none-any.whl
- Upload date:
- Size: 11.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29480f2f68af650b2629ae32944ce707411b32e5065e58a29f3d8d22d78135d9
|
|
| MD5 |
e143f4ae818fa2dc6c23d9497c49dafb
|
|
| BLAKE2b-256 |
d7470ac192bd53402f657648142326ef8f3515f7457b7737d61afe2471df23ab
|