I have a sample set of strings that I want to encrypt, for the password what I want is to hash it.(I made some online research but I'm a bit overwhelmed/confused with how they implement it)
I'm fairly new to security in web development, I'm currently a student and I want to learn how to create secure web applications. (It would be nice if you could show how I could implement hashing and encryption with my codes. blowfish,sha256,md5)
$salt = "308lk;f9vm.h-!@";
$user = "billgates@hotmail.com";
$password = "ra89232_11";
$name = "Microsoft";
$address = "Redmond, Seattle";