Skip to content

Commit e798dfd

Browse files
authored
Update aes_sc.go
1 parent 556f6dd commit e798dfd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aes_sc.go

+2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ func EncyptogAES(src, key []byte) []byte {
4040
}
4141

4242
func main() {
43+
//payload替换
4344
str := "payload"
45+
//密钥长度16
4446
key := []byte("LeslieCheungKwok")
4547
src := EncyptogAES([]byte(str), key)
4648
base64Str := base64.StdEncoding.EncodeToString(src)

0 commit comments

Comments
 (0)