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.

24 lines
332 B
Markdown

# go-encode-decode
#### 介绍
go 实现 AES 加解密文件
#### 使用
``` cmd
PS C:\Users\61778\Desktop> .\goED.exe --help
Usage of C:\Users\61778\Desktop\goED.exe:
-mode string
加密或者解密 en de (default "de")
-outPath string
指定输出文件路径
-path string
文件路径
```