Securing username/password embedded in Java Desktop App
Posted
by William
on Stack Overflow
See other posts from Stack Overflow
or by William
Published on 2010-02-24T15:55:27Z
Indexed on
2010/05/18
4:10 UTC
Read the original article
Hit count: 298
My Java desktop application includes a component for communicating with a web service.
We therefore need to include the access details for it within the application, but do not want it to be easily accessible in the event that the code is decompiled (we will be obfuscating).
What techniques can we use to secure these details?
© Stack Overflow or respective owner