Android Question Mysql Security

Douglas Farias

Expert
Licensed User
Longtime User
hi i make a app with a register in the db mysql remote
ok it is working, i put a key too
i seted a receive php file to receive query + my key

if key ok then execute my query in the mysql remote

but my question is my key in app is in MD5 1024

is safe make this key on app?

any user can extract my app or pick this key with hex editor or olydbg?

have a way to protect much this key on my app?

with this key user can make sql injection in my db *-*
 
Top