Creating password by script

<?php

     $pass = "password";
     $salt = "salt";
     echo md5($salt.$pass).":".$salt;

Comments

Popular posts from this blog

The Superstar Of Hell

অ্যাডাম টিজিং

PHP তে HTML Escape করা