# Functions
NewCmdDecrypt creates the `decrypt` command.
NewCmdDecryptFile creates the `decryptFile` command.
NewCmdEncrypt creates the `encrypt` command.
NewCmdEncryptFile creates the `encryptFile` command.
NewCmdGenPassphrase creates the `genPassphrase` command.
NewCryptographyCmd creates the `cryptography` command.
# Structs
DecryptFileOptions defines flags and other configuration parameters for the `decryptFile` command.
DecryptOptions defines flags and other configuration parameters for the `decrypt` command.
EncryptFileOptions defines flags and other configuration parameters for the `encryptFile` command.
EncryptOptions defines flags and other configuration parameters for the `encrypt` command.
GenPassphraseOptions defines flags and other configuration parameters for the `genPassphrasencrypt` command.