Package: bcrypt
Type: Package
Title: 'Blowfish' Password Hashing Algorithm
Version: 0.1
Authors@R: c(
    person("Jeroen", "Ooms", , "jeroen.ooms@stat.ucla.edu", role = c("cre", "aut")),
    person("Damien", "Miller", role = "cph"),
    person("Niels", "Provos", role = "cph")
    )
Description: An R interface to the 'OpenBSD Blowfish' password hashing algorithm,
    as described in "A Future-Adaptable Password Scheme" by 'Niels Provos'. The
    implementation is derived from the 'py-bcrypt' module for Python which is a
    wrapper for the 'OpenBSD' implementation.
License: BSD_2_clause + file LICENSE
Imports: openssl
NeedsCompilation: yes
Packaged: 2015-06-16 14:11:08 UTC; jeroen
Author: Jeroen Ooms [cre, aut],
  Damien Miller [cph],
  Niels Provos [cph]
Maintainer: Jeroen Ooms <jeroen.ooms@stat.ucla.edu>
Repository: CRAN
Date/Publication: 2015-06-16 18:20:12
