Package: riceware Title: A Diceware Passphrase Implementation Version: 0.6 Authors@R: c( person("Francois", "Michonneau", role=c("aut", "cre"), email="francois.michonneau@gmail.com"), person("Arnold G.", "Reinhold", role=c("cph")) ) 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. URL: https://github.com/fmichonneau/riceware BugReports: https://github.com/fmichonneau/riceware/issues Encoding: UTF-8 Depends: R (>= 3.1.3) Imports: random (>= 0.2.4) License: MIT + file LICENSE LazyData: true Suggests: testthat RoxygenNote: 7.1.1 Config/pak/sysreqs: libssl-dev Repository: https://fmichonneau.r-universe.dev Date/Publication: 2021-02-04 16:22:10 UTC RemoteUrl: https://github.com/fmichonneau/riceware RemoteRef: HEAD RemoteSha: 63de4495d7da97427cdce42fa525afb01034b894 NeedsCompilation: no Packaged: 2026-06-05 10:29:24 UTC; root Author: Francois Michonneau [aut, cre], Arnold G. Reinhold [cph] Maintainer: Francois Michonneau