Overview of libsodium cryptographic library
mainlibsodium (Sodium) is a portable, cross-compilable software library designed for high-level cryptographic operations. It provides an easy-to-use API for:
- Encryption and decryption
- Digital signatures
- Password hashing
- Core operations for building higher-level cryptographic tools
It is a fork of NaCl with a compatible API and extended functionality. It supports multiple platforms including Windows (MingW or Visual Studio, x86/x64), iOS, Android, JavaScript, and WebAssembly.