Package: sodium 1.3.1

Jeroen Ooms

sodium:A Modern and Easy-to-Use Crypto Library

Bindings to 'libsodium' <https://doc.libsodium.org/>: 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.

Authors:Jeroen Ooms [aut, cre]

sodium_1.3.1.tar.gz
sodium_1.3.1.zip(r-4.5)sodium_1.3.1.zip(r-4.4)sodium_1.3.1.zip(r-4.3)
sodium_1.3.1.tgz(r-4.4-arm64)sodium_1.3.1.tgz(r-4.4-x86_64)sodium_1.3.1.tgz(r-4.3-arm64)sodium_1.3.1.tgz(r-4.3-x86_64)
sodium_1.3.1.tar.gz(r-4.5-noble)sodium_1.3.1.tar.gz(r-4.4-noble)
sodium_1.3.1.tgz(r-4.4-emscripten)sodium_1.3.1.tgz(r-4.3-emscripten)
sodium.pdf |sodium.html
sodium/json (API)
NEWS

# Installsodium in R:
install.packages('sodium',repos = c('https://r-lib.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/r-lib/sodium/issues

Uses libs:
  • libsodium– Network communication

On CRAN:

29 exports 69 stars 7.75 score 0 dependencies 165 dependents 27.0k downloads

Last updated 2 months agofrom:5bee60da7a

Exports:argon2auth_decryptauth_encryptbin2hexchacha20data_decryptdata_encryptdata_tagdiffie_hellmanhashhex2binkeygenpassword_storepassword_verifypubkeyrandomsalsa20scryptsha256sha512shorthashsig_keygensig_pubkeysig_signsig_verifysimple_decryptsimple_encryptxchacha20xsalsa20

Dependencies:

How does cryptography work?

Rendered fromcrypto101.rmdusingknitr::rmarkdownon Jun 08 2024.

Last update: 2023-09-26
Started: 2015-10-12

Sodium: A Modern and Easy-to-Use Crypto Library

Rendered fromintro.rmdusingknitr::rmarkdownon Jun 08 2024.

Last update: 2022-06-11
Started: 2015-10-12

Readme and manuals

Help Manual

Help pageTopics
Authenticated EncryptionAuthenticated encryption auth_decrypt auth_encrypt
Diffie-Hellmandiffie Diffie-Hellman diffie_hellman
Hash Functionsargon2 hash Hash functions hashing scrypt sha256 sha512 shorthash
Keypair GenerationKey generation keygen pubkey
Password Storagepassword Password storage password_store password_verify
Create and Verify Signaturessig Signatures sig_keygen sig_pubkey sig_sign sig_verify
Anonymous Public-key Encryption (Sealed Box)Simple encryption simple_decrypt simple_encrypt
Sodium Utilitiesbin2hex helpers hex2bin random Sodium utilities
Stream Cipherschacha20 salsa20 stream Stream ciphers xchacha20 xsalsa20
Symmetric Encryption and Taggingdata_decrypt data_encrypt data_tag Symmetric encryption