All Projects → heartsucker → diceware

heartsucker / diceware

Licence: MIT License
Improved diceware passphrases

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to diceware

chinese-diceware
Diceware word lists in Chinese
Stars: ✭ 27 (+68.75%)
Mutual labels:  password-generator, password, diceware, passphrase, passphrase-generator
webpassgen
Simple web-based password generator
Stars: ✭ 111 (+593.75%)
Mutual labels:  password-generator, password, diceware, passphrase, passphrase-generator
longtongue
Customized Password/Passphrase List inputting Target Info
Stars: ✭ 61 (+281.25%)
Mutual labels:  password-generator, password, passphrase, passphrase-generator
niceware
🔒 Generate or convert random bytes into passphrases. A Rust port of niceware.
Stars: ✭ 20 (+25%)
Mutual labels:  password, diceware, passphrase
Passky-Desktop
Desktop application for Passky (password manager)
Stars: ✭ 47 (+193.75%)
Mutual labels:  password-generator, password
FlowerPassword
🌸花密,不一样的密码管理器
Stars: ✭ 37 (+131.25%)
Mutual labels:  password-generator, password
MagicPassword
Need to generate a password? Try Gaowanliang Strong Password Generator. Just need a master password to generate secure passwords to keep your network safe.
Stars: ✭ 19 (+18.75%)
Mutual labels:  password-generator, password
Passky-Server
API and Database for Passky (password manager)
Stars: ✭ 77 (+381.25%)
Mutual labels:  password-generator, password
obliviate
A password manager that forgets your passwords
Stars: ✭ 22 (+37.5%)
Mutual labels:  password, passphrase
pwm
自用的密码管理工具
Stars: ✭ 34 (+112.5%)
Mutual labels:  password-generator, password
lockd
Generate strong passwords and save them in Keychain. Made with SwiftUI
Stars: ✭ 38 (+137.5%)
Mutual labels:  password-generator, password
LAPSforMac
Local Administrator Password Solution for Mac
Stars: ✭ 29 (+81.25%)
Mutual labels:  password-generator, password
PasswordX
Offline password manager for iOS/macOS
Stars: ✭ 26 (+62.5%)
Mutual labels:  password-generator, password
mopass
A OpenSource Clientless & Serverless Password Manager
Stars: ✭ 40 (+150%)
Mutual labels:  password-generator, password
password-list
Password lists with top passwords to optimize bruteforce attacks
Stars: ✭ 174 (+987.5%)
Mutual labels:  password-generator, password
CryptoKnight
CryptoKnight is a general purpose cryptography desktop app
Stars: ✭ 18 (+12.5%)
Mutual labels:  password-generator, password
mysql-user-db-creator-bash-script
Script to create a mysql database, user and password with just a command
Stars: ✭ 24 (+50%)
Mutual labels:  password-generator, password
javascript-strong-password-generator
JavaScript Strong Password Generator: based on Jeff Atwood's Post "Password Rules Are Bullshit".
Stars: ✭ 21 (+31.25%)
Mutual labels:  password-generator, password
moac
Generate passwords and analyze their strength given physical limits to computation
Stars: ✭ 16 (+0%)
Mutual labels:  password-generator, password
gpgpwd
Moved to GitLab
Stars: ✭ 22 (+37.5%)
Mutual labels:  password-generator, password

diceware

An improvement on the original diceware list, originally published by A G Reinhold. This list attempts to remove hard to memorize random letter combinations, words that may be unfamiliar even to native speakers, and words with uncommon spellings.

Usage

Instructions on how to use diceware passphrases can be found here.

In the Wild

This list was used by SecureDrop and was introduced via this commit. It is also used by the Python diceware CLI.

diff

For the curious, the full diff from the original list can be shown using:

diff wordlists/en_US/wordlist.txt <(wget -q http://world.std.com/~reinhold/diceware.wordlist.asc -O - | tail -n +3 | head -7776 | awk '{ print $NF }' | sort)

Hacking

Set up the dev environment with setup.sh.

Run all the dev tasks with cli.py.

License / Credits

In compliance with the CC-BY-3.0 license, this work was made with modifications and is based on the work of A G Reinhold.

Other words came from Oren Tirosh’s mnemonic encoding project.

This work itself is licensed under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].