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

Поделиться
HTML-код
  • Опубликовано: 5 окт 2024
  • In this video, I have taught how to do password hashing using php password_hash() bcrypt function and also do the password verification using php password_verify() function to decode the raw password and hashed password in php mysql.
    Follow us on Instagram: / funda_of_web_it
    Subscribe to my Hindi/Urdu Channel: / fundaofwebithindi

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

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

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

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

    Good post❤

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

    can I download the source code ?

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

    IT dossent work for me

    • @brankoblesicjr.5792
      @brankoblesicjr.5792 8 месяцев назад +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.

    • @dexterlallo397
      @dexterlallo397 8 дней назад

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