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.6.tar.gz
(6.2 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.6.tar.gz.
File metadata
- Download URL: lesspass-9.1.6.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c8f5e226fb200dafc756b6a9c3a740c0275c2523471cbcef4a0b60fdf1ba6a0
|
|
| MD5 |
4cec0007cf5a45bc98566ac2da29d800
|
|
| BLAKE2b-256 |
0e4b05888ee9d728e06f1913cc26ef38de5a819d13aef9cf56cbab57d8034e80
|
File details
Details for the file lesspass-9.1.6-py3-none-any.whl.
File metadata
- Download URL: lesspass-9.1.6-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a9d51d28b498c16815652d451f7ac715c83263607379213dda193fc124b106b
|
|
| MD5 |
8676e55721069abd0e8b1386a76df483
|
|
| BLAKE2b-256 |
35d210ac3429d793aaf2571bc2017f4af83e6138233c136d82838190ef77e373
|