Networking and cryptography library for secure communication
Network communication, encryption, decryption, signatures library
nacl$ nacl genkey$ nacl encrypt --public-key <key> --message 'Hello World'$ nacl sign --private-key <key> --message 'Important data'