Update main.go

Signed-off-by: Ron Rise <29732851+ronrise@users.noreply.github.com>
This commit is contained in:
Ron Rise
2024-04-20 10:51:03 -04:00
committed by GitHub
parent 1afe0716f5
commit 06d051b9c7

View File

@@ -13,7 +13,7 @@ func main() {
app := &cli.App{
Name: "rsa-file-encryption",
Usage: "a file encryption tool using rsa key pairs to encrypt files using AES-256-GCM",
Usage: "a file encryption tool using rsa key pairs to encrypt files using AES-256-CBC",
Commands: []*cli.Command{
{
Name: "encrypt",