You've already forked rsa-file-encryption
Update main.go
Signed-off-by: Ron Rise <29732851+ronrise@users.noreply.github.com>
This commit is contained in:
2
main.go
2
main.go
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user