Generate strong passphrases from the command line.
Project description
Readme
strong-passphrase is a simple command line tool written in Python that you can use to randomly generate a strong passphrase.
The tool uses the Python secrets library so the random generation should be secure.
We have not made any attempts to scrub the generated password from RAM so if you're worried about some other process getting ahold of it by inspecting memory you should use a different tool.
Installation
To install the script you will first need to install a version of python after 3.9 and then run the following commands:
python3 -m pip install pipx
pipx install strong-passphrase
You might be wondering "What is pipx? Why should I install that?".
pipx is a python tool that helps to install python based executables from PyPI.
It installs strong-passphrase in it's own virtual environment.
This helps keep dependencies for this tool isolated from other Python tools you might have installed on your system.
Usage
Simply run strong-passphrase and a new randomly generated passphrase will be printed to your terminal.
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
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 strong_passphrase-0.0.1.tar.gz.
File metadata
- Download URL: strong_passphrase-0.0.1.tar.gz
- Upload date:
- Size: 31.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72a4bea0b85453de50b2df66984d582929f9860bfb53d8b34dd9c9fe5875add2
|
|
| MD5 |
10af6706d899b03872a8c7b40b46d16c
|
|
| BLAKE2b-256 |
f3c0f2406e0d386165f8ea15ab14c594cf931e75967de46552f351ebf7874af1
|
File details
Details for the file strong_passphrase-0.0.1-py3-none-any.whl.
File metadata
- Download URL: strong_passphrase-0.0.1-py3-none-any.whl
- Upload date:
- Size: 32.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3aaea45cc827f733bfaa94f2571c7f12f4c4a191d042dadb8567e432c4beb78d
|
|
| MD5 |
3461ae460ec158fddfe917d972a13621
|
|
| BLAKE2b-256 |
882c124c286b797a836bdef153fc642a1622150e42b6b0f0b569dc6c61ff9de0
|