# md5

**URL:** https://forum.kirupa.com/t/md5/88842
**Category:** programming
**Created:** [May 3, 2005, 2:07am UTC](https://forum.kirupa.com/t/md5/88842 "2005-05-03T02:07:26Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![dreamerp](https://avatars.discourse-cdn.com/v4/letter/d/fbc32d/32.png) [@dreamerp](https://forum.kirupa.com/u/dreamerp)
#### Post date: [May 3, 2005, 2:07am UTC](https://forum.kirupa.com/t/md5/88842/1 "2005-05-03T02:07:26Z")

</div>

If you md5 a string, such as

```php
 md5($password) 

```

is it possible to submit that to a database, but still type in the regular $password to login? Let’s say $password = testing . Then you md5($password) and submit it to the database, would it be possible to still type in testing as a password?
