Obfuscate Apliaksi Android dengan ProGuard
Keuntungan pake ProGuard :
untuk class java susah untuk di decompiler
ukuran APK akan jadi lebih kecil karena ada fitur : shrink, agar class yang tidak kepakai tidak dimasukkan
=========================
ROOM DATABASE
https://developer.android.com/training/data-storage/room PRO GUARD EVENT BUS http://greenrobot.org/eventbus/documentation/proguard/ PROGUARD https://github.com/codepath/android_guides/wiki/Configuring-ProGuard https://stackoverflow.com/questions/35145540/how-to-enabling-proguard-obfuscation-in-android-studio https://medium.com/@StartXLabs/android-proguard-shrink-optimize-and-obfuscate-1812665080ee https://medium.com/@angelhiadefiesta/how-to-obfuscate-in-android-with-proguard-acab47701577 SQL CHIPER https://www.zetetic.net/sqlcipher/sqlcipher-for-android/ SECURITY https://stackoverflow.com/questions/13854425/how-to-avoid-reverse-engineering-of-an-apk-file https://stackoverflow.com/questions/20842060/how-can-i-protect-sqlite-db-in-android-from-being-stolen GUIDELINES SCURITY https://github.com/codepath/android_guides/wiki/Storing-Secret-Keys-in-Android https://medium.com/code-better/hiding-api-keys-from-your-android-repository-b23f5598b906 KEYSTORE https://developer.android.com/training/articles/keystore.html LOAD STRING https://stackoverflow.com/questions/34332986/is-it-okay-to-use-strings-xml-resource-file-for-storing-large-text-in-android
untuk class java susah untuk di decompiler
ukuran APK akan jadi lebih kecil karena ada fitur : shrink, agar class yang tidak kepakai tidak dimasukkan
=========================
ROOM DATABASE
https://developer.android.com/training/data-storage/room PRO GUARD EVENT BUS http://greenrobot.org/eventbus/documentation/proguard/ PROGUARD https://github.com/codepath/android_guides/wiki/Configuring-ProGuard https://stackoverflow.com/questions/35145540/how-to-enabling-proguard-obfuscation-in-android-studio https://medium.com/@StartXLabs/android-proguard-shrink-optimize-and-obfuscate-1812665080ee https://medium.com/@angelhiadefiesta/how-to-obfuscate-in-android-with-proguard-acab47701577 SQL CHIPER https://www.zetetic.net/sqlcipher/sqlcipher-for-android/ SECURITY https://stackoverflow.com/questions/13854425/how-to-avoid-reverse-engineering-of-an-apk-file https://stackoverflow.com/questions/20842060/how-can-i-protect-sqlite-db-in-android-from-being-stolen GUIDELINES SCURITY https://github.com/codepath/android_guides/wiki/Storing-Secret-Keys-in-Android https://medium.com/code-better/hiding-api-keys-from-your-android-repository-b23f5598b906 KEYSTORE https://developer.android.com/training/articles/keystore.html LOAD STRING https://stackoverflow.com/questions/34332986/is-it-okay-to-use-strings-xml-resource-file-for-storing-large-text-in-android
0 komentar:
Posting Komentar