Package: riceware
Title: A Diceware Passphrase Implementation
Version: 0.4
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
Depends: R (>= 3.1.3)
Imports: random (>= 0.2.4)
License: MIT + file LICENSE
LazyData: true
Suggests: testthat
NeedsCompilation: no
Packaged: 2015-05-20 18:39:51 UTC; francois
Author: Francois Michonneau [aut, cre],
  Arnold G. Reinhold [cph]
Maintainer: Francois Michonneau <francois.michonneau@gmail.com>
Repository: CRAN
Date/Publication: 2015-05-21 09:43:37
Built: R 4.3.3; ; 2025-01-24 11:56:56 UTC; unix
