You are not logged in.
- Topics: Active | Unanswered
#1 2008-05-20 18:30:11
- Ophie
- Member
- From: /bin/laden
- Registered: 2008-05-09
- Posts: 22
What kind of password encryption does Flux use?
Greetings,
Yeah, so, is it SHA1 or md5?
The reason for asking this is that i have a c++ program that has passwords encrypted in SHA1 and i want to bridge FluxBB with it. Basically a user who has created an account for forum will automatically create a new account in the specified program's mysql database.
Thanks!
[img]http://i28.tinypic.com/5c0sxi.jpg[/img]
[img]http://i25.tinypic.com/2yv2fyq.jpg[/img]
Offline
#2 2008-05-20 18:33:00
- Smartys
- Former Developer
- Registered: 2008-04-27
- Posts: 3,116
- Website
Re: What kind of password encryption does Flux use?
Salted sha1 hash.
Specifically:
sha1($salt.sha1($unashed_password))
Offline
#3 2008-05-24 22:19:05
- Ophie
- Member
- From: /bin/laden
- Registered: 2008-05-09
- Posts: 22
Re: What kind of password encryption does Flux use?
Salted sha1 hash.
Specifically:sha1($salt.sha1($unashed_password))
It's exactly what i wanted. Thanks!
[img]http://i28.tinypic.com/5c0sxi.jpg[/img]
[img]http://i25.tinypic.com/2yv2fyq.jpg[/img]
Offline
