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.8.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.8.tar.gz.
File metadata
- Download URL: lesspass-9.1.8.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 |
d1c489810d46d2838aa5c8810eb746881e2fea4d18d26561e6ef1d98b3c370c2
|
|
| MD5 |
1ad4f081a04cec974348d49175b1edbb
|
|
| BLAKE2b-256 |
8c5a0f944fc93d354165fa876b3c8cfd61914f073c25a0b741cc5269bcc3e538
|
File details
Details for the file lesspass-9.1.8-py3-none-any.whl.
File metadata
- Download URL: lesspass-9.1.8-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 |
20725589dcca9bb5a08a21f572454b6e1b7def9fe5686df1edfe87c46b6fe72f
|
|
| MD5 |
695bc7416752072806f75c9f264e21e5
|
|
| BLAKE2b-256 |
a4b282387403eaaff6f51f8fabf1e7eba715192cbd8449a18bfe9f9e06823821
|