Jump to content

tadeck

Retired Forum Member
  • Posts

    1
  • Joined

  • Last visited

About tadeck

tadeck's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Yes, it is. The value in the database is created in a way similar to this: $password = 'your_password'; $salt = 'pVeJP'; $hash = md5($salt.$password).':'.$salt; The value in the database is $hash. I don't know, how the $salt is generated (it should be random, I think).
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated