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

2 years ago
# go-encode-decode
#### 介绍
2 years ago
go 实现 AES 加解密文件
2 years ago
2 years ago
#### 使用
2 years ago
2 years ago
``` 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
文件路径
2 years ago
2 years ago
```
2 years ago