Expand description
hexcrypt is a CLI application to convert UTF-8 encoded text into RGB images.
Modules
- decrypt 🔒The
decryptmodule contains functionality related to decrypting hex-encrypted images to text. - encrypt 🔒The
encryptmodule contains functionality related to encrypting text to RGB images. - error 🔒The
errormodule contains custom error types and error handling functionality.
Structs
- Args 🔒The
Argsstruct represents the command-line arguments for thehexcryptapplication.
Functions
- main 🔒The main function of the
hexcryptapplication.