Crate hexcrypt

source ·
Expand description

hexcrypt is a CLI application to convert UTF-8 encoded text into RGB images.

Modules

  • decrypt 🔒
    The decrypt module contains functionality related to decrypting hex-encrypted images to text.
  • encrypt 🔒
    The encrypt module contains functionality related to encrypting text to RGB images.
  • error 🔒
    The error module contains custom error types and error handling functionality.

Structs

  • Args 🔒
    The Args struct represents the command-line arguments for the hexcrypt application.

Functions

  • main 🔒
    The main function of the hexcrypt application.