Learn R Programming

riceware (version 0.4)

A Diceware Passphrase Implementation

Description

The Diceware method can be used to generate strong passphrases. In short, you roll a 6-faced dice 5 times in a row, the number obtained is matched against a dictionary of easily remembered words. By combining together 7 words thus generated, you obtain a password that is relatively easy to remember, but would take several millions years (on average) for a powerful computer to guess.

Copy Link

Version

Install

install.packages('riceware')

Monthly Downloads

117

Version

0.4

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Last Published

May 21st, 2015

Functions in riceware (0.4)

wordlist_en

Diceware word list (English)
match_token

Match the token to a word
wordlist_it

Diceware word list (Italian)
generate_token

Generate the tokens
wordlist_de

Diceware word list (German)
wordlist_jp

Diceware word list (Japanese)
check_token

Check the Token
wordlist_sv

Diceware word list (Swedish)
generate_passphrase

Generates a passphrase
wordlist_es

Diceware word list (Spanish)
wordlist_fr

Diceware word list (French)