Good practice for security in Livecode
Posted: Mon Feb 08, 2016 8:20 pm
Is there any advice on good practice for security in Livecode standalone applications?
My immediate concern is providing a level of protection to an app I'm developing for Android. I'd like to appropriately minimize the risk of naughty people:
- being able to view external database credentials that I've hard coded; and
- being able to reverse engineer my app
I've already discovered:
- Standalone Application Settings > Stacks > Encrypt with password
- http://forums.livecode.com/viewtopic.ph ... ty#p105923
How easy is it for someone to reverse engineer (so that they can view the source code) an APK generated by Livecode?
Thanks in advance
My immediate concern is providing a level of protection to an app I'm developing for Android. I'd like to appropriately minimize the risk of naughty people:
- being able to view external database credentials that I've hard coded; and
- being able to reverse engineer my app
I've already discovered:
- Standalone Application Settings > Stacks > Encrypt with password
- http://forums.livecode.com/viewtopic.ph ... ty#p105923
How easy is it for someone to reverse engineer (so that they can view the source code) an APK generated by Livecode?
Thanks in advance