co

A Go tool to obfuscate and deobfuscate the code and file.

View on GitHub

co

co is a Go tool to obfuscate and deobfuscate the code string or code file, there are three algorithms you can choose to obfuscate and deobfuscate them. But for now, co only support simple code obfuscation and deobfuscation, we’ll add some complicated obfuscation and deobfuscation algorithms later. Also there are so many flaws, so, please be nice.

Getting Started

go run co.go or go build . ; ./co

TODO

Contributing

Pull requests and Issues are also welcome.

License

MIT.