Documentation
¶
Index ¶
Constants ¶
View Source
const ( APP = "siocrypt" VER = "0.0.2" DESC = "Tool for encrypting/decrypting arbitrary data streams" )
Basic utility info
View Source
const ( OPT_DECRYPT = "D:decrypt" OPT_CIPHER = "c:cipher" OPT_PASSWORD = "p:password" OPT_NO_COLOR = "nc:no-color" OPT_HELP = "h:help" OPT_VER = "v:version" OPT_VERB_VER = "vv:verbose-version" OPT_COMPLETION = "completion" OPT_GENERATE_MAN = "generate-man" )
Options
View Source
const ( CIPHER_AES256 = "AES256" // AES-256 GCM CIPHER_C20P1305 = "C20P1305" // ChaCha20 Poly1305 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.