How can we encode a password and store it in the database using php | Hash and de-hash a password

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.ย. 2024
  • In this video, first we are going to to see how to encode a password, using the password_hash php function and store it in the database.
    And next we are going to see how can we verify the encoded password against a raw password.
    Also we referring to this process as hashing and de-hash a password.
    This php tutorial is focusing to make passwords secure.
    You can download the files to follow along.
    bit.ly/3z7vGJX

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

  • @user-rg4fk4ih3g
    @user-rg4fk4ih3g 3 หลายเดือนก่อน

    big thanks to you
    you are a life saver

  • @ramonosenajr9673
    @ramonosenajr9673 11 หลายเดือนก่อน +1

    thanks... Took me so long to realize that the length should be 255 HAHAHA lol

  • @molimanCODE
    @molimanCODE 6 หลายเดือนก่อน

    thanks excellent tutorial

  • @EchoENKO
    @EchoENKO 10 หลายเดือนก่อน

    Huge thanks!

  • @user-sp5jl4jo2z
    @user-sp5jl4jo2z 10 หลายเดือนก่อน

    Thanks bro it's working

  • @darkside0094
    @darkside0094 6 หลายเดือนก่อน

    great video, it would be awesome if you recorded your voice.

    • @DigitalFox-tutorials
      @DigitalFox-tutorials  6 หลายเดือนก่อน

      Thank you. I am glad you liked it.
      I can speak now :) . Check my newest videos.

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

    Hey, is the sql query sql-injection protected? Otherwise, nice tutorial!

    • @aCiD0L2
      @aCiD0L2 9 หลายเดือนก่อน

      With this specific example, no, its not. You'll want to look up "PHP MySQL Prepared Statements" and mysql_real_escape_string.

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

    what man script page is empty