cryptod is a program that listens on a TCP port or unix socket, receives information on that port, and performs the requested action. Common actions are aes256 encrypting/decrypting, base64 encoding/decoding, and RMD160 hashing. Interfacing with the daemon is well documented, and you are also easily able to obtain statistics from the server.
| Tags | Security Cryptography |
|---|---|
| Operating Systems | Unix |
| Implementation | C |