I currently use SMF as my forum software but i'm currently building a my own customized forum software and i would need to import the entries from my SMF database into my new database. I noticed that Mysql uses a sha1 way of encoding passwords which i also incorporated into my own database table password field. I came across a website where i was able to decode the hash code from my table but when i tried to do that of the SMF table, it wasn't working. I'm thinking that it's not entirely a sha1 and that it's probably mixed with someone. That could be why it's not converting. I kinda think it has something to do with the password salt stuff which i'm still trying to wrap my head around.
Pls, is anyone familiar with the password field in the SMF Mysql membership table? I just hope it's possible to import my membership list into my new table cos if i can't, i may have wasted my time building a new application.