Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &bonzai.Cmd{ Name: "crypt", Long: ` A CLI for steganography; focused on EAS, QRCode and DCT. Encryption and Decryption flows are supported. Multiple methods fail to preserver the embbeded information, after even a little compression. Here, a working "empirical" (opinionated?) workflow that survives heavy compression, is supported and proposed. `, Comp: comp.Cmds, Cmds: []*bonzai.Cmd{encrypt.EncryptCmd, decrypt.DecryptCmd, vars.Cmd, help.Cmd}, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.