This simple tutorial will walk you through some ways to encrypt and decrypt passwords in PHP. Minus all the difficult Math. 0:00 Introduction. 0:28 Method 1 - Pass Hash & Verify (Recommended). 1:45 Method 2 - Open SSL (NOT Recommended). 3:36 Method 3 - Crypt (Somewhat Recommended). 4:34 Method 4 - MD5 (NOT Recommended)…
 

#php 

How to Encrypt Password Verification Decryption Easily in PHP
1.45 GEEK