Documentation
¶
Overview ¶
Package app presents a demo application of the how the crypt package may be used.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DecryptCommand ¶
type DecryptCommand struct {
command.FlagCommandBase
}
A command for decrypting ciphertext files. Supports both password and file-based keys.
func (DecryptCommand) Run ¶
func (cmd DecryptCommand) Run(args []string) error
Run the command. See usage for details.
type EncryptCommand ¶
type EncryptCommand struct {
command.FlagCommandBase
}
A command for encrypting plaintext files. Supports both password and file-based keys.
func (EncryptCommand) Run ¶
func (cmd EncryptCommand) Run(args []string) error
Run the command. See usage for details.
type KeyGenCommand ¶
type KeyGenCommand struct {
command.FlagCommandBase
}
A command for generating a new keyfile. Supports 128, 192, and 256-bit keys.
func (KeyGenCommand) Run ¶
func (cmd KeyGenCommand) Run(args []string) error
Run the command. See usage for details.
Click to show internal directories.
Click to hide internal directories.