nacl

Networking and cryptography library for secure communication

brewmacoslinux
Try with needOr install directly
Source

About

Network communication, encryption, decryption, signatures library

Commands

nacl

Examples

Generate a new key pair for public key cryptography$ nacl genkey
Encrypt a message using a public key$ nacl encrypt --public-key <key> --message 'Hello World'
Sign a message with a private key$ nacl sign --private-key <key> --message 'Important data'