"; echo "Encrypted Password for database: ".$en_pwd."
"; echo "Hash value of given password: ".gen_hash($password)."
"; echo "Decrypted Password from the database: ".decrypt_password(strlen($password),$en_pwd); ?>