Package: sodium 1.3.2
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:
sodium_1.3.2.tar.gz
sodium_1.3.2.zip(r-4.5)sodium_1.3.2.zip(r-4.4)sodium_1.3.2.zip(r-4.3)
sodium_1.3.2.tgz(r-4.4-x86_64)sodium_1.3.2.tgz(r-4.4-arm64)sodium_1.3.2.tgz(r-4.3-x86_64)sodium_1.3.2.tgz(r-4.3-arm64)
sodium_1.3.2.tar.gz(r-4.5-noble)sodium_1.3.2.tar.gz(r-4.4-noble)
sodium_1.3.2.tgz(r-4.4-emscripten)sodium_1.3.2.tgz(r-4.3-emscripten)
sodium.pdf |sodium.html✨
sodium/json (API)
NEWS
# Install 'sodium' in R: |
install.packages('sodium', repos = c('https://r-lib.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/r-lib/sodium/issues
Last updated 2 months agofrom:8271e1e4c0. Checks:OK: 9. Indexed: no.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 02 2024 |
R-4.5-win-x86_64 | OK | Nov 02 2024 |
R-4.5-linux-x86_64 | OK | Nov 02 2024 |
R-4.4-win-x86_64 | OK | Nov 02 2024 |
R-4.4-mac-x86_64 | OK | Nov 02 2024 |
R-4.4-mac-aarch64 | OK | Nov 02 2024 |
R-4.3-win-x86_64 | OK | Nov 02 2024 |
R-4.3-mac-x86_64 | OK | Nov 02 2024 |
R-4.3-mac-aarch64 | OK | Nov 02 2024 |
Exports:argon2auth_decryptauth_encryptbin2hexchacha20data_decryptdata_encryptdata_tagdiffie_hellmanhashhex2binkeygenpassword_storepassword_verifypubkeyrandomsalsa20scryptsha256sha512shorthashsig_keygensig_pubkeysig_signsig_verifysimple_decryptsimple_encryptxchacha20xsalsa20
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Authenticated Encryption | Authenticated encryption auth_decrypt auth_encrypt |
Diffie-Hellman | diffie Diffie-Hellman diffie_hellman |
Hash Functions | argon2 hash Hash functions hashing scrypt sha256 sha512 shorthash |
Keypair Generation | Key generation keygen pubkey |
Password Storage | password Password storage password_store password_verify |
Create and Verify Signatures | sig Signatures sig_keygen sig_pubkey sig_sign sig_verify |
Anonymous Public-key Encryption (Sealed Box) | Simple encryption simple_decrypt simple_encrypt |
Sodium Utilities | bin2hex helpers hex2bin random Sodium utilities |
Stream Ciphers | chacha20 salsa20 stream Stream ciphers xchacha20 xsalsa20 |
Symmetric Encryption and Tagging | data_decrypt data_encrypt data_tag Symmetric encryption |