Protect Your API Keys in Android | Best Practices for Secure Apps

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ธ.ค. 2024

ความคิดเห็น • 12

  • @Alchemist10241
    @Alchemist10241 11 วันที่ผ่านมา +1

    Your approach is much more straightforward and simpler than Philipp Lancker's approach. well done.

    • @himanshugaur684
      @himanshugaur684  11 วันที่ผ่านมา

      Well it's a very basic approach buddy. In the next video I will show you how to do it more securely.

    • @Alchemist10241
      @Alchemist10241 11 วันที่ผ่านมา

      @@himanshugaur684 Well done anyway. I can’t wait for your next video!

  • @randominone
    @randominone 26 วันที่ผ่านมา

    Wow nice buddy

  • @salman_salehXx
    @salman_salehXx 25 วันที่ผ่านมา

    nice tutorial

  • @skarloti
    @skarloti 25 วันที่ผ่านมา +2

    Although the API KEY will be obfuscate and encrypt, it will still exist in the generated APK, which is NOT recommended!
    Can you suggest a more secure solution using a server and Play Integrity check?

    • @himanshugaur684
      @himanshugaur684  25 วันที่ผ่านมา +1

      Use Environment variables in the properties file.
      Yes, we will see in the next video.

  • @ariyankabir147
    @ariyankabir147 25 วันที่ผ่านมา

    Thank you sir, lekin apk decompile karne pe api key mil ja raha he, fir kya kare

  • @ashishtiwadi
    @ashishtiwadi 25 วันที่ผ่านมา

    i think keystore would be better than this approach

    • @ariyankabir147
      @ariyankabir147 25 วันที่ผ่านมา +1

      Can you suggest any resources for that