0

Can Proguard obfuscate javascript code wrapped in Android application? If not please suggest me some tools that allow to automate the javascript obfuscation process and integrate it a build tool.

Thank you for your time.

Regards, Praveen.

1 Answer 1

1

Proguard does not obfuscate JavaScript, it obfuscates bytecode (which is normally generated from Java code).

A simple Google search will lead you to many methods of obfuscating JavaScript.

Sign up to request clarification or add additional context in comments.

2 Comments

But what if i use javascript in my web based Android application? can i obfuscate it by a simple javascript obfuscator?
I cannot think of a reason why you wouldn't be able to. Obfuscated JS is not encrypted in any way, it's just made difficult for humans to read. The interpreter doesn't care if your variable and function names look like "password" or "a", it can still do its job.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.