after decompile of my app i can see my variables values as a plain text which is very dangerous if this values hold some sensitive data
i can also see the passed sub parameters values which is very dangerous if its hold some sensitive data as well
how to secure this kind of breach ?
if i encrypt this value the decryption key can be grabbed easy from the java source as well what can i do ?
i can also see the passed sub parameters values which is very dangerous if its hold some sensitive data as well
how to secure this kind of breach ?
if i encrypt this value the decryption key can be grabbed easy from the java source as well what can i do ?