Documentation
¶
Index ¶
- Variables
- func Encrypt(recipients []age.Recipient, in io.Reader, out io.Writer, withArmor bool) error
- func EncryptKeys(keys, files, identities []string, in io.Reader, out io.Writer, armor bool, ...) error
- func EncryptPass(pass string, in io.Reader, out io.Writer, armor bool, yaml bool) error
- func EncryptYAML(recipients []age.Recipient, in io.Reader, out io.Writer) error
- func Run(_ *cobra.Command, args []string) error
- func Validate(_ *cobra.Command, _ []string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var EncryptCmd = cobra.Command{ Use: "encrypt", Aliases: []string{"e", "enc", "encode"}, Short: "Encrypt data with AGE", GroupID: "age", SilenceUsage: true, Args: cobra.MaximumNArgs(1), PersistentPreRunE: Validate, RunE: Run, Example: examples, }
Functions ¶
func EncryptKeys ¶
func EncryptPass ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.