Package: bcrypt
Type: Package
Title: 'Blowfish' Password Hashing Algorithm
Version: 0.2
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.
URL: https://github.com/jeroenooms/bcrypt
        https://www.usenix.org/legacy/events/usenix99/full_papers/provos/provos.pdf
BugReports: https://github.com/jeroenooms/bcrypt/issues
License: BSD_2_clause + file LICENSE
Imports: openssl
NeedsCompilation: yes
Packaged: 2015-06-18 09:13:56 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-18 14:02:56
