MCPcopy Create free account
hub / github.com/TideSec/GoBypassAV / main

Function main

Encryption/Bagua_code/main.go:120–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

118}
119
120func main(){
121 var str = "tidesec"
122 strbytes := []byte(str)
123 s := Bagua_en(strbytes)
124 d := Bagua_de(s)
125 fmt.Printf("加密数据: %v \n", str)
126 fmt.Printf("加密结果: %v \n", s)
127 fmt.Printf("解密结果: %v \n", string(d))
128}

Callers

nothing calls this directly

Calls 2

Bagua_enFunction · 0.85
Bagua_deFunction · 0.85

Tested by

no test coverage detected