I want to return my original string from MD5, which is stored in database.
Here I have stored the password, it is- dipti and encrypted as 95e62d2c1c1cdab7efda7d2cdb64cf85
$password = md5($this->input->post('password'));
Now I want to show the original string as dipti.