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

Struct Xor

Encryption/XOR_code/xor.go:10–11  ·  view source on GitHub ↗

tidesec

Source from the content-addressed store, hash-verified

8var XorKey = []byte{0x74, 0x69, 0x64, 0x65, 0x62, 0x79, 0x70, 0x61, 0x73, 0x73} //tidesec
9
10type Xor struct {
11}
12
13func (a *Xor) enc(src string) string {
14 var result string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected