libsodium

Modern cryptography library for secure networking and encryption

brewmacoslinux
Try with needOr install directly
Source

About

NaCl networking and cryptography library

Commands

libsodium

Examples

Generate a random key for encryption$ libsodium-config --cflags
Check libsodium installation and version$ pkg-config --modversion libsodium
Get compiler flags for linking libsodium$ pkg-config --libs libsodium