Part 23 - How to do Password hashing and password verify in php mysqli | Password Encrypt & Decrypt

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

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

  • @demonicwarrior1521
    @demonicwarrior1521 27 дней назад

    Brooo.. you don't know, but you have helped me a lot. Tqs Brother..

  • @edsonstamaria7640
    @edsonstamaria7640 Месяц назад

    this video is very useful (with Indian accent)

  • @mdjabedbhuiyan
    @mdjabedbhuiyan Год назад +1

    Thanks for this tutorial. If possible please create pos using php.

  • @rajansharma509
    @rajansharma509 Год назад +1

    Sir es project me
    1 Function methods se data insert and update bata dijiye
    2 please add any slider
    Please make new video/ next topic and next series , make members ship website like as Netflix , any member ship website please youtub me aisa video nahi mil raha hai sir achha 🙏🙏🙏

  • @sanzidasohana1754
    @sanzidasohana1754 Год назад

    Good post❤

  • @rajangaming251
    @rajangaming251 3 месяца назад +1

    It still works in 2024 or not ?

  • @severinojoaquim
    @severinojoaquim Год назад +1

    Ficou ótimo, mas há um problema. Ao retornarmos da edição, o campo senha retorna o hash. Isso poderá caiusar algum transtorno. Muito obrigado.

  • @grigorispsomadakis5675
    @grigorispsomadakis5675 5 месяцев назад

    can I download the source code ?

  • @MegaDanne35
    @MegaDanne35 Год назад

    IT dossent work for me

    • @brankoblesicjr.5792
      @brankoblesicjr.5792 11 месяцев назад +5

      Check in the database whether the data type for the password is VARCHAR(255) because it might be set as INT, and that's why password hashing isn't working.

    • @hnz_lallo
      @hnz_lallo 3 месяца назад

      @@brankoblesicjr.5792 i appreciate this, my password was not VARCHAR(255) i thought i can limit it i set it to VARCHAR(45).