iText obfuscation

View: New views
1 Messages — Rating Filter:   Alert me  

iText obfuscation

by gunar () :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi! I am developing some application and I use iText to generate some pdf files. To protect my code, I want to obfuscate it. For this, I use ant and proguard. The obfuscation fails as the obuscator cannot find reference to org.bouncycastle.*. After I have added this jar (I don't remember how I got that reference jar) the obfuscator is complaining for some other references missing within org.bouncycastle classes. So, my question: did any of you managed to obfuscate the iText code? Would there be other way to protect the code? If so, can you please give some tips? Regards, gunar