Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{
Use: "aes --key path --iv iv [in out]",
Short: "Implementation of AES",
Long: `This command provides an AES (Advanced Encryption Standard) / Rijndael implementation,
a common symmetric cipher.
It uses the CTR mode of operation, so encryption and decryption are the same operation.`,
RunE: crypt,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.