From 35a6325ba12d0462bf01eb740fb6abde2d43c17a Mon Sep 17 00:00:00 2001 From: Levi Durfee Date: Tue, 6 Jan 2026 19:08:34 -0500 Subject: Add ability to encrypt files --- cmd/goaes/commands/decrypt.go | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 cmd/goaes/commands/decrypt.go (limited to 'cmd/goaes/commands/decrypt.go') diff --git a/cmd/goaes/commands/decrypt.go b/cmd/goaes/commands/decrypt.go new file mode 100644 index 0000000..f89da22 --- /dev/null +++ b/cmd/goaes/commands/decrypt.go @@ -0,0 +1,12 @@ +package commands + +import ( + "context" + + "github.com/urfave/cli/v3" +) + +func Decrypt(ctx context.Context, cmd *cli.Command) error { + + return nil +} -- cgit v1.2.3