video #33 - Advance PHP | PASSWORD ENCRYPTION

8 months ago
5

Learn about the PHP built-in function to help you encrypt your password. We are going to look at “hex2bin”, “bin2hex”, “ctype’ and ‘random_bytes'. The “bin2hex()” function converts a string of ASCII characters to hexadecimal values. The string can be converted back using the “pack()” function.

Loading comments...