43: Hashing and de-hashing data using PHP | PHP tutorial | Learn PHP programming

preview_player
Показать описание
Hashing and de-hashing data using PHP | PHP tutorial. In this lesson you will learn about database data security, and how to hash and dehash data using PHP. In PHP we have a hash function which uses bcrypt, in order to protect data provided by our users.

➤ GET ACCESS TO MY LESSON MATERIAL HERE!

First of all, thank you for all the support you have given me!

I am really glad to have such an awesome community on my channel. It motivates me to continue creating and uploading content! So thank you!

I am now using Patreon to share improved and updated lesson material, and for a small fee you can access all the material. I have worked hard, and done my best to help you understand what I teach.

I hope you will find it helpful :)

Рекомендации по теме
Комментарии
Автор

I have been watching the series so far and I learned a lot since. Thank you for doing such well done tutorial and putting it on the web for free. Technology is powerful and its effectiveness is enhanced by people like you sir.

wslley_
Автор

De-hashing is imposible mathematicly that is why it is safe.
Hashing uses functions that can't be inverted so when u use the first parameter that is the actual pass and the second parameter that is the same pass just hashted it grabs the first parameter hashes it and compares it to the second parameter and if that is true it returns "1", that is how i think password_verify() works, since hashing is not an invertable function.
BTW still the greatest PHP tutorials on youtube.

fitimzenuni
Автор

literally the best video out there explaining hash and dehash without spending more than 10 minutes

wywlf
Автор

This is an amazingly simple, informative and pleasurable video to watch, thanks for making it so well!

NickYea
Автор

this is the best channel for learning front end and back end thank you for this

nebiyuyouhannes
Автор

Active channel making php tutorials? Unheard of - and awesome

lucasarif
Автор

Your tutorials are very good and simple to understand thank you very much

maherhanna
Автор

Thanks! Used your video to learn how to do test assignment.

zz
Автор

I really appreciate your great help. Thank you really much!

bigywhile
Автор

Thank you very much for your videos!!!

proxy
Автор

You are the best man .I suggest to make some project using all you learned to us such as inventory website or something like that .it will help us alot and you can make it payable and will buy it .
I understand every word you said in HTML/CSS curse, PHP and OOP PHP .

mohammadabdulkarim
Автор

Thanks now i understand how to use this hash 😁

RichardSantos-bkvz
Автор

Hello, your channel is fantastic. Did you know how many php classes you have?

filodox
Автор

Hi Dani, thank you very much for all those tutorials! In regards to passwords, what is your opinion about salting passwords? I was told that certain companies add it to hashed passwords. Do you think it would be good idea? and if so... do you have a tutorial for it by any chance?

goddessgermanika
Автор

How can we apply hash when the quantum computer will be finished? So can we assume, that the password hashing will be only a temporary method of protection? Am I right if I say that a good method of protection, in this case, is to limit attempts to log in up to 3 times an hour to avoid brut force?

olegpristashkin
Автор

Hello Daniel! Can I ask you a quick question? What color syntax/theme you're using? Thanks for the answer and for the great tutorial!

CredixNetwork
Автор

So what is password_verify really doing? Could you test password_hash(input) with passwordinDb with an if statement?

PHPRunnerTipsAndTricks
Автор

Is better use BCRYPT or password_Default ?

robinsonenrique
Автор

Hie Daniel your teaching is amazing have you considered creating on lengthy tutorial that we can purchase in Udemy?

mmelimahlobo
Автор

You are wonderfull for me. I'm trying to make our website website with better inlog and more. All in php and mysqli.
Your lessons are very helpfull. (I'm 60 years old now. first I did this all in dramweaver.
grtGrrt

GerritforBazeja