Hiding Secret Keys in Your Flutter App: Comprehensive Guide and Best Practices

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

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

  • @ozayed5580
    @ozayed5580 9 หลายเดือนก่อน +3

    You forgot to mention that we have to add .env to .yaml file as Assets, which is mentioned in the official documentation.
    but thanks for the video

    • @Snehasis4321
      @Snehasis4321  9 หลายเดือนก่อน +1

      Yes, you are right, just skipped that part while editing.

  • @dazlingwiz
    @dazlingwiz 8 หลายเดือนก่อน +1

    Great video. Is it necessary to print in the init state?

    • @Snehasis4321
      @Snehasis4321  8 หลายเดือนก่อน

      No not required , just use for testing.

    • @dazlingwiz
      @dazlingwiz 8 หลายเดือนก่อน

      thought so.. thanks for the video@@Snehasis4321

  • @christianmarpert3844
    @christianmarpert3844 ปีที่แล้ว +1

    Hi, thks for your video! didnt know about that package so far. was just wondering, if that .env file will be shipped to the client, so it could be exploited via reverse engineering?

    • @Snehasis4321
      @Snehasis4321  ปีที่แล้ว +3

      It is hard but it is still possible to get the key,values using reverse engineering . We can use encryption and decryption techniques on the .env values to make them more secure and difficult to hack.

  • @mohammedsolyman3891
    @mohammedsolyman3891 7 หลายเดือนก่อน

    thank you very much

  • @juanamayaduarte8975
    @juanamayaduarte8975 7 หลายเดือนก่อน

    But, it's still plain text storage. How could you deal with reverse engineering attacks?

    • @Snehasis4321
      @Snehasis4321  7 หลายเดือนก่อน

      you can use encryption and decryption techniques to hide the keys. if hacker get the .env file will be difficult to find the exact keys.

  • @somnathdas8922
    @somnathdas8922 ปีที่แล้ว

    Hi Snehasis are you from kolkata? Can you make a tutorial of voice room, live stream with webrtc. If you will do than It will be really helpful for us.

    • @Snehasis4321
      @Snehasis4321  ปีที่แล้ว

      Ok i will do it.

    • @somnathdas8922
      @somnathdas8922 ปีที่แล้ว

      @@Snehasis4321 Snehasis, I know Flutter, React, and React Native but I don't know about Appwrite after going through your tutorial I realised It's the same as Firebase. And you explained everything perfectly.

    • @Snehasis4321
      @Snehasis4321  ปีที่แล้ว +1

      @@somnathdas8922 yes it is the same , you can also say an alternative of firebase.