27 Star 278 Fork 117

GVPgo-atomci/atomci

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
utils_test.go 272 Bytes
一键复制 编辑 原始数据 按行查看 历史
徐超越 提交于 2022-03-03 23:03 +08:00 . Create codecov
package utils
import (
"encoding/base64"
"github.com/stretchr/testify/assert"
"log"
"testing"
)
func TestAesCrypto(t *testing.T) {
encrypted := base64.StdEncoding.EncodeToString(AesEny([]byte("Hello")))
log.Printf("%s", encrypted)
assert.NotEmpty(t, encrypted)
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/goatom/atomci.git
git@gitee.com:goatom/atomci.git
goatom
atomci
atomci
master

搜索帮助