Ty very much for this tutorial!!, In you're video you mention that the salt principle has been depreciated ... But I never understood how that worked, could you elaborate?
Thank you for the feedback! :) Basically, in the past, we were able to provide our own "salt" which actually is the secret key that will be used in the process of creating a hash, and each time we had to provide it in order to create or verify the hash. In the latest version of PHP it's suggested that we do NOT provide our own salt, and now by default, it will be automatically generated for us, and on that way, the salt is much stronger and more secure. I hope that this explanation is simple enough to help you better understand what it was. However, the best option would be to do some search on Google about password_hash function and read inside PHP manual about it. :)
Great clarification thanks a lot. Boss, if you know more about other hashing password called Argon2. If yes, which one is more secure, Password_BCRYPT or Password_ARGON2?
@@SenaidBacinovic Thanks for this tutorial. Have you managed to do the PDO tutorial for this as I am looking but so far not able to locate it? Thanks again.
Hello there! I really loved your videol. You have a new suscribir. I wanna to ask you if you can make a tutorial about a comment - answer system, similar to the one on Facebook or Twitter. I´m about to loose my head trying to figue it out how to do one of these. Thank you!
do you have a tutorial that "you will not access the home page unless you login first" ? and thanks for this video i now understand the other codes of my project...
Is bcript is better than salt? As you used in this video? Because i am scared there is many website have decrypt option even SHA1. Tell is your code decryptable?
Anything can be decrypted, but it all depends how much does it cost (usually time) to decrypt. If you use the method shown in this video, it's going to be extremely hard to do so.
Coding Passive Income I am perday open youtube for your php videos but from 3 month above you didn't upload any php videos. Is videos has been end in your stocks? You can't believe my written here but reality is 100% perday I prayed to lord that might you will uploaded any video here today. But you don't upload . Because in your video have purity, honestly, clearly. Now I am fan of your. I many time mail you from website, personal email, even here commented for upload anything in week or 2 weeks .. hope you will little think on it. @ your code fan..
Thank you so much for nice words! At the moment I am starting my new software company and am extremely busy with launch and everything, but probably pretty soon I will start making new video tutorials and provide more help to my followers.
PLEASE HELP on line 5 I had to use this: $connect =mysqli_connect( "localhost","root" ,"", "userdb"); instead of what you did because of the error saying "unexpected ':' " also, I use: $sql = ("INSERT INTO users (name, email, password) VALUES('$name', '$email,' '$hash')"); now I dont get errors but there is no data getting stored into the database, it's all empty :/
I just manually select "input", and then on my keyboard pressing "ALT+J" to select the next occurrence of that same string. However, this shortcut is only available in PHPStorm. In Sublime Text it's CTRL+D. I am not sure about others... :)
Thank you, you helped me a lot! Just an advice. Try to be more confident with your english, you speak too flat and too slow, try to be more expressive. Pactise more and you'll see how you get better and better with your speech. Go ahead. Nice job!
After spending hours searching for good tutorials on online forms this is by far the best one I've seen, keep up the good work!
Big words, thank you!
Man, you have a great content and it is very easy to follow along. I appreciate your time for doing this. Bravo!
Glad you enjoy it!
I've been struggling with this for some time now, this is the first tutorial that worked for me so thank you!
thanks man! you've save me tons of hours writing code.
Glad I could help!
Angel for coders because nobody can explain concepts like you in the world!!
Thank you so much!
Hvala mnogo, znao sam da si ti neki balkanac ;)
Hehe, hvala ti, naravno da jesam. :)
thank you for this tutorial. would like to ask though if you can help me with creatign a change password option using this too
4 year old and still brilliant, thanks so much for the help
nice manthis only the man 4 which i never seen on youtube.you know how to work i like you men
Many thanks for this tutorial. It is astounding that someone can code at this level at such a young age. Keep it up!
I guess it is kind of randomly asking but does anybody know a good site to stream new series online?
Thank you for effectively articulating such a tricky and important part of php and mysqli programming!
Hi! Do you know what Angels are?
You´re one of them!
Thanks alot...
Those are such a huge words! Thank you!
Thanks! your guide was easy to follow. God bless!
Man ur coding is smooth..
Appreciate it, thank you!
good day sir . do you have a prepared statement way on inserting infos like that in register and checking also the hashed passwords ? :)
Great tutorial for php and MySQL password hashing
Thank you :)
Thank you very much.Very good tutorial. Regards!
Awesome video.Thank you so much.
Hi , does this password hashing still valid for PHP 7.4.6 ?
I love u r voice its cool
LOL, thank you :)
brate hvala ti, pomogao si :D
Ty very much for this tutorial!!, In you're video you mention that the salt principle has been depreciated ... But I never understood how that worked, could you elaborate?
Thank you for the feedback! :)
Basically, in the past, we were able to provide our own "salt" which actually is the secret key that will be used in the process of creating a hash, and each time we had to provide it in order to create or verify the hash.
In the latest version of PHP it's suggested that we do NOT provide our own salt, and now by default, it will be automatically generated for us, and on that way, the salt is much stronger and more secure.
I hope that this explanation is simple enough to help you better understand what it was. However, the best option would be to do some search on Google about password_hash function and read inside PHP manual about it. :)
Ty very much, it's really clear for me right now :)
Thanks, i didnt know how to hash passwords :)
You're welcome, it's my pleasure.
Excellent tutorial, thanks. Subbed :)
Thank you very much for providing the code for this......
My pleasure, enjoy it :)
6:31 - yy... why.... why did you start mixing parameters with view?
nice one, bro! thanks
My pleasure, thank you!
Thank you so much for these tutorials which are the easiest absolutely, thank you again
Great clarification thanks a lot. Boss, if you know more about other hashing password called Argon2. If yes, which one is more secure, Password_BCRYPT or Password_ARGON2?
Can you do this tutorial in PDO and thanks for this tutorial
Thank you, yes, for sure I can! :)
@@SenaidBacinovic Thanks for this tutorial. Have you managed to do the PDO tutorial for this as I am looking but so far not able to locate it? Thanks again.
Great tutorial bro ! You're a genius !
Thnak you very much Sir
thank you for your tutorial , you are the best
marie chui Thank you! It's my pleasure. :)
Great tutorial man! thanks
thank you :)
Hello there! I really loved your videol. You have a new suscribir.
I wanna to ask you if you can make a tutorial about a comment - answer system, similar to the one on Facebook or Twitter. I´m about to loose my head trying to figue it out how to do one of these. Thank you!
Thank you. Yes, definitely I can, great idea!
Thanks man, your video is very helpful. I have subscribed;)
My pleasure, thank you!
Thanks senaid that was awesome!
please make more videos on php oops with projects
Thank you, will do! :)
Do you have a tutorial on how to add the "Forgot Password?" (password reset). By the way thanks for the video, it was great.
Thank you. Yes, I do have. It's one of the first videos on my channel, so I hope you will enjoy it: ruclips.net/video/PHf4RzPYiMo/видео.html :)
Coding Passive Income thanks you.
It's my pleasure. :)
What is the name of the editor that you are using
@@MJ-dm5hp PhpStorm I think
Thank you for this Wonderful Tutorial, it helped me a lot how to use password_verify(), God bless you!!!
thanks a lot this is very useful for me
do you have a tutorial that "you will not access the home page unless you login first"
? and thanks for this video i now understand the other codes of my project...
Just watch videos from this playlist: ruclips.net/video/1DgzTWr3F2I/видео.html
Is bcript is better than salt? As you used in this video? Because i am scared there is many website have decrypt option even SHA1. Tell is your code decryptable?
Anything can be decrypted, but it all depends how much does it cost (usually time) to decrypt. If you use the method shown in this video, it's going to be extremely hard to do so.
Coding Passive Income I am perday open youtube for your php videos but from 3 month above you didn't upload any php videos. Is videos has been end in your stocks? You can't believe my written here but reality is 100% perday I prayed to lord that might you will uploaded any video here today. But you don't upload .
Because in your video have purity, honestly, clearly. Now I am fan of your. I many time mail you from website, personal email, even here commented for upload anything in week or 2 weeks .. hope you will little think on it. @ your code fan..
Thank you so much for nice words! At the moment I am starting my new software company and am extremely busy with launch and everything, but probably pretty soon I will start making new video tutorials and provide more help to my followers.
lmao ahahahahxD
Desi Rocker what you are saying, I can't get.. is this a type of language or emotions
Thank you so much for this video.
thank you :)
thanks you sir it give me a big idea how they encrypt the password
Awesome, glad I could help. :)
working very nice tutorial
thank you
Is the database information in the php can be seen by everyone using Inspect Element ??
Only the data that you "echo" to the HTML from PHP can be seen via inspect element, everything else is not possible.
After the login is correct, how can you redirect to another page?
Thanks you very much!
My pleasure, thank you :)
I tried registering the same users and same emails it still stores in my database, what do you do if you wanna tell them that the email already exist?
Thanks bro you help me
Thanks a lot,
Can you publish a video tutorial for Telegram Login wigdet?
Pesare Goal yes, absolutely :)
Have you ever use Telegram messanger?
Pesare Goal Once, but didn't like it so I don't use it any more.
This was a big help
you are absolutely awesome :)
thank you :)
I got an error: It seems to work, but it doesnt add the data to the table. Why?
PLEASE HELP
on line 5 I had to use this:
$connect =mysqli_connect( "localhost","root" ,"", "userdb");
instead of what you did because of the error saying "unexpected ':' "
also, I use:
$sql = ("INSERT INTO users (name, email, password) VALUES('$name', '$email,' '$hash')"); now I dont get errors but there is no data getting stored into the database, it's all empty :/
What is your text editor name please reply soon sir
PHPStorm
Can anyone plz tell me use of real escape string
We are sanitizing inputs to make sure we are safe if someone try sql injection etc.
Thanks mate!
Thank you :)
good job thank u so much
thank you! :)
not working in php 8.0.3
any idea ?
could you please make simple website using OOP just to c how the OOP works
There is already a playlist in my channel where I am teaching OOP concepts. :)
im waiting the part two :)
Thanks ❤️❤️❤️
Sir I want to create a different hash which is similar to hashed password but not the password
Please sir help me out in this problem
I do not understand?
For eg we have a password we have hash that password with Sha 256 and rolls are generated from it
But with the help of those rolls and we can find the real password
If you encrypt the password using the same way as I did in the video, it's almost impossible to find the real password from the hash.
Is it salted?
it's excellent...
thank you :)
how to select multiple input in 5:30
I just manually select "input", and then on my keyboard pressing "ALT+J" to select the next occurrence of that same string. However, this shortcut is only available in PHPStorm. In Sublime Text it's CTRL+D. I am not sure about others... :)
fixed thank you a lot im using phpstorm alot better than sublime and really helpful
Amazing, that's a great choice! :)
Hvala, thnx :)
Nema na cemu :)
Nothing worked . I got tons of errors on multiple lines. My php version is 7. PLEASE HELP
New suscribe
You are amazing, thank you!
It doesn't work I always get the message that the password is wrong.
first of all the line $data = $sql->fetch_array; completely rapes the entire code
thanks
My pleasure, You are welcome !
Thank you, you helped me a lot!
Just an advice. Try to be more confident with your english, you speak too flat and too slow, try to be more expressive.
Pactise more and you'll see how you get better and better with your speech. Go ahead. Nice job!
legends use ubuntu
Thank you for this tutorial.
thank you very much!