Documentation
¶
Index ¶
- func NewCmdDecrypt(ctx *context.Context) *cobra.Command
- func NewCmdDecryptFile(ctx *context.Context) *cobra.Command
- func NewCmdEncrypt(ctx *context.Context) *cobra.Command
- func NewCmdEncryptFile(ctx *context.Context) *cobra.Command
- func NewCmdGenPassphrase(ctx *context.Context) *cobra.Command
- func NewCryptographyCmd(ctx *context.Context) *cobra.Command
- type DecryptFileOptions
- type DecryptOptions
- type EncryptFileOptions
- type EncryptOptions
- type GenPassphraseOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdDecrypt ¶
NewCmdDecrypt creates the `decrypt` command
func NewCmdDecryptFile ¶ added in v1.0.6
NewCmdDecryptFile creates the `decryptFile` command
func NewCmdEncrypt ¶
NewCmdEncrypt creates the `encrypt` command
func NewCmdEncryptFile ¶ added in v1.0.6
NewCmdEncryptFile creates the `encryptFile` command
func NewCmdGenPassphrase ¶ added in v1.0.3
NewCmdGenPassphrase creates the `genPassphrase` command
Types ¶
type DecryptFileOptions ¶ added in v1.0.6
DecryptFileOptions defines flags and other configuration parameters for the `decryptFile` command
type DecryptOptions ¶
DecryptOptions defines flags and other configuration parameters for the `decrypt` command
type EncryptFileOptions ¶ added in v1.0.6
EncryptFileOptions defines flags and other configuration parameters for the `encryptFile` command
type EncryptOptions ¶
EncryptOptions defines flags and other configuration parameters for the `encrypt` command
type GenPassphraseOptions ¶ added in v1.0.3
type GenPassphraseOptions struct {
SaveFile string
}
GenPassphraseOptions defines flags and other configuration parameters for the `genPassphrasencrypt` command