Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
120
func
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_en
Function · 0.85
Bagua_de
Function · 0.85
Tested by
no test coverage detected