# go-encode-decode **Repository Path**: forget_the_bright/go-encode-decode ## Basic Information - **Project Name**: go-encode-decode - **Description**: go 实现 AES 文件加解密 - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-10-14 - **Last Updated**: 2023-01-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # go-encode-decode #### 介绍 go 实现 AES 加解密文件 #### 使用 ``` cmd 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 文件路径 ```