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

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 17

  • @ozayed5580
    @ozayed5580 10 месяцев назад +4

    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  10 месяцев назад +2

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

  • @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.

  • @dazlingwiz
    @dazlingwiz 9 месяцев назад +1

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

    • @Snehasis4321
      @Snehasis4321  9 месяцев назад

      No not required , just use for testing.

    • @dazlingwiz
      @dazlingwiz 9 месяцев назад

      thought so.. thanks for the video@@Snehasis4321

  • @mohammedsolyman3891
    @mohammedsolyman3891 8 месяцев назад

    thank you very much

  • @juanamayaduarte8975
    @juanamayaduarte8975 9 месяцев назад

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

    • @Snehasis4321
      @Snehasis4321  9 месяцев назад

      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.

  • @chrislamont7529
    @chrislamont7529 6 дней назад

    Sorry but this is not hiding anything from anyone.