libsodium
« Back to VersTracker
Description:
NaCl networking and cryptography library
Type: Formula  |  Tracked Since: Dec 28, 2025
Links: Homepage  |  formulae.brew.sh
Category: Security
Tags: cryptography encryption security nacl library
Install: brew install libsodium
About:
Libsodium is a modern, easy-to-use software library for encryption, decryption, signatures, and password hashing. It is based on the NaCl (Networking and Cryptography Library) API, providing high-speed, secure cryptographic primitives. Its primary value is offering a secure, foolproof API that prevents common implementation mistakes.
Key Features:
  • High-speed, state-of-the-art cryptographic primitives
  • Simple, opinionated API designed to prevent misuse
  • Cross-platform support (Linux, Windows, macOS, BSD)
  • Bindings available for numerous programming languages
Use Cases:
  • Implementing end-to-end encryption in applications
  • Securing user passwords with memory-hard hashing (Argon2)
  • Creating and verifying digital signatures
  • Generating cryptographically secure random numbers
Alternatives:
  • OpenSSL – OpenSSL is more feature-rich but has a notoriously complex and error-prone API.
  • Libgcrypt – Libgcrypt is a general-purpose library but is often considered less modern and harder to use.
Version History
Detected Version Rev Change Commit
Sep 10, 2025 10:02am 0 VERSION_BUMP 8dab6a24