Package: sodium Type: Package Title: A Modern and Easy-to-Use Crypto Library Version: 1.4.0 Authors@R: person("Jeroen", "Ooms", role = c("aut", "cre"), email = "jeroenooms@gmail.com", comment = c(ORCID = "0000-0002-4035-0289")) Description: Bindings to 'libsodium' : a modern, easy-to-use software library for encryption, decryption, signatures, password hashing and more. Sodium uses curve25519, a state-of-the-art Diffie-Hellman function by Daniel Bernstein, which has become very popular after it was discovered that the NSA had backdoored Dual EC DRBG. License: MIT + file LICENSE URL: https://docs.ropensci.org/sodium/ https://github.com/r-lib/sodium BugReports: https://github.com/r-lib/sodium/issues SystemRequirements: libsodium (>= 1.0.3) VignetteBuilder: knitr Suggests: knitr, rmarkdown RoxygenNote: 7.2.3 Config/pak/sysreqs: libsodium-dev Repository: https://r-lib.r-universe.dev Date/Publication: 2026-05-02 13:58:42 UTC RemoteUrl: https://github.com/r-lib/sodium RemoteRef: HEAD RemoteSha: 6891cd14a6a2f372384aa254f52dc24ff4947a67 NeedsCompilation: yes Packaged: 2026-06-23 16:27:42 UTC; root Author: Jeroen Ooms [aut, cre] (ORCID: ) Maintainer: Jeroen Ooms