Are there tools for code obfuscation for Scala?
An obfuscator is a tool used to increase the security of a program by making the code more complicated to read while retaining functionality.
This means that if you have a public DLL or executable that your business is distributing, anyone with a copy of your executable can open it up in a . NET decompiler like dotPeek, and directly read (and copy) your source code. Code obfuscation can't prevent this process—any . NET DLL can be plugged into a decompiler.
Use Scalaz. :-P
Scala compiles into JVM bytecode, for which there are tons of obfuscators like ProGuard or yGuard
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With