https://github.com/dhui/diceware
Safely randomly generates secure and memorable passphrases using the Diceware method
https://github.com/dhui/diceware
Last synced: 9 months ago
JSON representation
Safely randomly generates secure and memorable passphrases using the Diceware method
- Host: GitHub
- URL: https://github.com/dhui/diceware
- Owner: dhui
- License: mit
- Created: 2013-12-02T04:03:55.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T05:54:07.000Z (over 1 year ago)
- Last Synced: 2025-02-10T09:12:27.630Z (11 months ago)
- Language: Python
- Homepage:
- Size: 197 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
========
Diceware
========
=====
About
=====
Generates passphrases using the Diceware method.
For more information about the Diceware method, see: http://world.std.com/~reinhold/diceware.htm
===========
Downloading
===========
You may download diceware in the `releases `_ section
==============
Python Version
==============
If you're using Python 3, you'll need to use any v2.0.0 release or later
If you're using Python 2, you'll need to use any v1 release. e.g. Any release before v2.0.0
v1 will continue to be receive security fixes/updates but will not get any new features or functionality.
I've opted to not stay in the transitional phase where the code base supports both Python 2 and 3.
=====
Usage
=====
.. code:: bash
python diceware.py
For help, run:
.. code:: bash
python diceware.py -h