Package: riceware 0.6
riceware: A Diceware Passphrase Implementation
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.
Authors:
riceware_0.6.tar.gz
riceware_0.6.zip(r-4.7)riceware_0.6.zip(r-4.6)riceware_0.6.zip(r-4.5)
riceware_0.6.tgz(r-4.6-any)riceware_0.6.tgz(r-4.5-any)
riceware_0.6.tar.gz(r-4.7-any)riceware_0.6.tar.gz(r-4.6-any)
riceware_0.6.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
riceware/json (API)
NEWS
| # Install 'riceware' in R: |
| install.packages('riceware', repos = c('https://fmichonneau.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/fmichonneau/riceware/issues
- wordlist_de - Diceware word list
- wordlist_en - Diceware word list
- wordlist_es - Diceware word list
- wordlist_fr - Diceware word list
- wordlist_it - Diceware word list
- wordlist_jp - Diceware word list
- wordlist_sv - Diceware word list
Last updated from:63de4495d7. Checks:7 WARNING, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | WARNING | 104 | ||
| source / vignettes | OK | 190 | ||
| linux-release-x86_64 | WARNING | 105 | ||
| macos-release-arm64 | WARNING | 129 | ||
| macos-oldrel-arm64 | WARNING | 193 | ||
| windows-devel | WARNING | 63 | ||
| windows-release | WARNING | 62 | ||
| windows-oldrel | WARNING | 66 | ||
| wasm-release | OK | 97 |
Exports:check_tokengenerate_passphrasegenerate_tokenmatch_token
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Check the Token | check_token |
| Generates a passphrase | generate_passphrase |
| Generate the tokens | generate_token |
| Match the token to a word | match_token |
| Diceware word list (German) | wordlist_de |
| Diceware word list (English) | wordlist_en |
| Diceware word list (Spanish) | wordlist_es |
| Diceware word list (French) | wordlist_fr |
| Diceware word list (Italian) | wordlist_it |
| Diceware word list (Japanese) | wordlist_jp |
| Diceware word list (Swedish) | wordlist_sv |
