8

Are there tools for code obfuscation for Scala?

ThinkingStiff
  • 64,767
  • 30
  • 146
  • 239
adelarsq
  • 3,718
  • 4
  • 37
  • 47
  • possible duplicate of [Is Java Code obfuscation actually effective vs decompilers?](http://stackoverflow.com/questions/2242055/is-java-code-obfuscation-actually-effective-vs-decompilers) – duffymo Oct 30 '10 at 00:12
  • 6
    how do you figure this is a duplicate of that question? – Amir Afghani Oct 30 '10 at 00:25

2 Answers2

34

Use Scalaz. :-P

Troll
  • 357
  • 2
  • 2
22

Scala compiles into JVM bytecode, for which there are tons of obfuscators like ProGuard or yGuard

Amir Afghani
  • 37,814
  • 16
  • 84
  • 124