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 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 Config/pak/sysreqs: libssl-dev Repository: https://jeroen.r-universe.dev Date/Publication: 2026-02-27 20:10:28 UTC RemoteUrl: https://github.com/jeroen/bcrypt RemoteRef: HEAD RemoteSha: 5cc689d0e9444f48ba0047ebf6ebc48bd8b48e03 NeedsCompilation: yes Packaged: 2026-06-09 11:24:46 UTC; root Author: Jeroen Ooms [aut, cre] (ORCID: ), Damien Miller [cph] (blowfish algorithm), Niels Provos [cph] (py_bcrypt code) Maintainer: Jeroen Ooms