Package: bcrypt
Type: Package
Title: 'Blowfish' Key Derivation and Password Hashing
Version: 1.2.1
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 (>= 2.3.5)
RoxygenNote: 6.1.1
Suggests: spelling
Language: en-US
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2026-02-27 20:13:25 UTC; jeroen
Author: Jeroen Ooms [aut, cre] (ORCID: <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: 2026-02-28 06:10:28 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2026-03-02 14:39:08 UTC; windows
Archs: x64
