You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

400 B

go-encode-decode

介绍

go 实现 AES 加解密文件

使用

PS C:\Users\61778\Desktop> .\goED.exe --help
Usage of C:\Users\61778\Desktop\goED.exe:
  -key string
        加密秘钥-限制大小写字母数字16位
  -mode string
        加密或者解密  en de (default "de")
  -outPath string
        指定输出文件路径
  -path string
        文件路径