Package: bcrypt
Type: Package
Title: 'Blowfish' Key Derivation and Password Hashing
Version: 1.2.0
Authors@R: c(
    person("Jeroen", "Ooms", role = c("aut", "cre"), email = "jeroenooms@gmail.com",
      comment = c(ORCID = "0000-0002-4035-0289")),
    person("Damien", "Miller", role = "cph", comment = 'blowfish algorithm'),
    person("Niels", "Provos", role = "cph", comment = 'py_bcrypt code'))
Description: Bindings to the 'blowfish' password hashing algorithm
    <https://www.openbsd.org/papers/bcrypt-paper.pdf> derived from
    the 'OpenBSD' implementation.
URL: https://jeroen.r-universe.dev/bcrypt
BugReports: https://github.com/jeroen/bcrypt/issues
License: BSD_2_clause + file LICENSE
Imports: openssl
RoxygenNote: 6.1.1
Suggests: spelling
Language: en-US
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2024-10-03 16:15:56 UTC; jeroen
Author: Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>),
  Damien Miller [cph] (blowfish algorithm),
  Niels Provos [cph] (py_bcrypt code)
Maintainer: Jeroen Ooms <jeroenooms@gmail.com>
Repository: CRAN
Date/Publication: 2024-10-04 13:30:10 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-11-01 03:29:53 UTC; windows
Archs: x64
