News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

SMF encryption?

Started by dmxsta, October 07, 2010, 04:34:07 PM

Previous topic - Next topic

dmxsta

Hey guys,
I was just wondering what encryption SMF 2.0RC3 uses for the passwords it stores?

Thanks.

Oya

sha1(strtolower($username) . $password)

passwords cannot be retrieved from it; its one way only hashing

IceXaos

Quote from: Oya on October 07, 2010, 04:56:15 PM
sha1(strtolower($username) . $password)

passwords cannot be retrieved from it; its one way only hashing
Could always do dictionary/brute attacks, and maybe within your lifetime get somewhere.  :)

Advertisement: