iMAS: Defense for your iOS App
iMAS helps developers encrypt app data, prompt for passwords, prevent app tampering, and enforce enterprise policies on iOS devices.
- http://project-imas.github.io/
- https://github.com/project-imas/encrypted-core-data Encrypted Core Data: Encrypt your app’s Core Data persistence store using SQLCipher.
- https://github.com/project-imas/app-password App Password: Prevent unauthorized users with a password or scrambled keypad prompt.
- https://github.com/project-imas/security-check Security Check: Register callbacks if the device is jailbroken or if a debugger is attached.
- https://github.com/project-imas/memory-security/ Memory Security: Encrypt memory at run-time, encrypted memory manager, anti-tamper checksum, and scrub on exit.
Android APK obfuscation
- https://www.guardsquare.com/en/products/dexguard: Protecting Android applications and SDKs against reverse engineering and hacking