Simple diceware utility (http://world.std.com/~reinhold/diceware.html)
EFF English language Diceware wordlist
A diceware generator
The swedish Diceware wordlist
The english Diceware wordlist
The japanese Diceware wordlist
The russian Diceware wordlist
An spanish wordlist for the diceware password generation method
Generate a cryptographically random password from EFF's improved Diceware word list
TypeScript definitions for eff-diceware-passphrase
English diceware list with useful functions.
Diceware list of words (default english)
Brazilian portuguese diceware list with useful functions.
A hubot script for generate passphrases using the diceware method
Cryptographically-secure electronic implementation of the Diceware Passphrase method.
Get passwords from famous diceware system # Installation ``` npm i --save diceware-adibro ``` # Usage ``` const diceware = require('diceware-adibro'); const wordList = require('diceware-adibro/diceware-adibro-wordlist'); let options = { numO
A diceware generator
Generate passphrse word from diceware dictionary
A diceware based password generator
Create pseudo-random passphrases using the Diceware method
Generate diceware passphrase
Diceware utils using EFF's family friendly diceware list. (https://www.eff.org/deeplinks/2016/07/new-wordlists-random-passphrases)
passgen — generate cryptographically random passwords + diceware-style passphrases. Reports entropy in bits and a cracking-time estimate. Uses crypto.randomBytes with rejection sampling for unbiased indices. Zero deps. Free forever from vøiddo.
A simple and secure passphrase generator using the Diceware method with EFF's large wordlist, supporting custom delimiter and camel case options.
A command line diceware, with or without dice.
Wordlists for the command line tool Rusty Diceware
Create diceware passwords from the command line
Diceware passphrase generator
generate password(s) using diceware method & crypto secure random numbers
This program generates random passphrases based on EFF's long wordlist.
A feature-rich password generator with pronounceable, secure, passphrase, and PIN modes
CLI passphrase generator using the diceware method
Diceware password generator cli based on eff password lists.
Take bits, give words.
CLI for AES-256-GCM encryption using memorable passphrases
A crate providing secure passphrase generation based on a wordlist
Generate passphrases using EFF's wordlist.
Simple Ruby script to generate "Diceware" passphrases.
Passphrase is a library and command-line tool for generating passphrases using the Diceware Method. The method selects words from a predefined database of more-or-less recognizable words, making the resulting passphrases easier to remember and type. And because the words are selected randomly, the result is more secure.
Using the diceware method to generate passwords results in stronger passwords that are more resistant to cracking. This project implements the diceware method to create passphrases that are strong and easy to remember.
Uses the Diceware method and method to generate secure passphrases.
Passphrases with random words picked from a large wordlist are safer and easier to remember than random characters. This gem lets you create such passphrases with words from harvested from the writings of playwright Henrik Ibsen.
Library for using the EFF's list of Engliush passphrase words to generate a Diceware-style passphrase
Passphrases became widely used through diceware.
Passphrase generator using plain text books
Lorca is a passphrase generator based on diceware made available by the EFF. Passwords, and pins are handle by the system's pseudo-random generator.
Sixword encodes binary data in a human-friendly format using English words. It uses the 6-word binary encoding created for S/Key (tm) and standardized by RFC 2289, RFC 1760, and RFC 1751. Binary data is encoded using a dictionary of 2048 short English words (1-4 letters in length). Each block of 64 bits is encoded using 6 words, which includes 2 parity bits for error checking. This is ideal for transmitting binary data such as cryptographic keys where humans must communicate or enter the values. See also: Bubble Babble, PGP Word List, Diceware, Base64, Base32
No description provided.
No description provided.
No description provided.