Package: bcrypt
Type: Package
Title: 'Blowfish' Password Hashing Algorithm
Version: 1.1
Authors@R: c(
    person("Jeroen", "Ooms", , "jeroen@berkeley.edu", role = c("cre", "aut")),
    person("Damien", "Miller", role = "cph"),
    person("Niels", "Provos", role = "cph")
    )
Description: Bindings to the 'blowfish' password hashing algorithm derived from
    the 'OpenBSD' implementation.
URL: https://github.com/jeroen/bcrypt
        https://www.openbsd.org/papers/bcrypt-paper.pdf
BugReports: https://github.com/jeroen/bcrypt/issues
License: BSD_2_clause + file LICENSE
Imports: openssl
RoxygenNote: 6.0.1.9000
Suggests: spelling
Language: en-US
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2018-01-26 08:57:47 UTC; jeroen
Author: Jeroen Ooms [cre, aut],
  Damien Miller [cph],
  Niels Provos [cph]
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>
Repository: CRAN
Date/Publication: 2018-01-26 09:08:42 UTC
Built: R 4.1.3; x86_64-w64-mingw32; 2023-04-17 16:08:30 UTC; windows
Archs: i386, x64
