Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

php-fusion password encryption

Asked Modified Viewed 3,359 times
R
rajraja
R
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
asked
Newbie

hi there i want to know which type of encryption is used by php fusion to store user password's in the database. i think its md5 but which one is it md5(base 64) md5(apr) or anyone else i am thinking of increasing encryption on the passwords so they can't be hacked. so pls let me know which one is it?
0 replies

5 posts

B
BBK
B
BBK 10
{{{
var yo= 'BBK!'
window.alert(yo)
}}}
  • Member, joined since
  • Contributed 105 posts on the community forums.
  • Started 4 threads in the forums
answered
Member

M
Matonor
M
Impossible things are there to be made possible
  • Veteran Member, joined since
  • Contributed 1,022 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

you can't decrypt md5 as it's a one-way-hash. you can just guess the value. this is called bruteforce and takes some years on random passwords with more than 10 characters.
0 replies
N
noxes
N
noxes 10
noxes connection
-express your mind with imagination -
  • Member, joined since
  • Contributed 61 posts on the community forums.
  • Started 2 threads in the forums
answered
Member

go to www.md5.com and study how to decrypt it.
0 replies
B
BBK
B
BBK 10
{{{
var yo= 'BBK!'
window.alert(yo)
}}}
  • Member, joined since
  • Contributed 105 posts on the community forums.
  • Started 4 threads in the forums
answered
Member

there is allready a registration MOD, where the system gives you a random secure password. try it here at: http://www.bs-fusion.de/register.php
Edited by BBK on 26-03-2008 16:11,
0 replies
S
s4nder
S
s4nder 10
Creator of the watermark & massupload mod (Discontinued)


Now presenting: AIRFusionUploader for v7
Read the latest thread: here
  • Junior Member, joined since
  • Contributed 36 posts on the community forums.
  • Started 3 threads in the forums
answered
Junior Member

passwords are double md5 encrypted when i remember correctly, wich is currently verry safe. No need to increase your security I guess. ;)

I think a larger problem for passwords is that they are too obvious or to easy. Only way to overcome that is to make some kind of password strength check system.
0 replies

Category Forum

General Discussion

Labels

None yet

Statistics

  • Views 0 views
  • Posts 5 posts
  • Votes 0 votes
  • Topic users 5 members

5 participants

M
M
Impossible things are there to be made possible
  • Veteran Member, joined since
  • Contributed 1,022 posts on the community forums.
  • Started 3 threads in the forums
S
S
s4nder 10
Creator of the watermark & massupload mod (Discontinued)


Now presenting: AIRFusionUploader for v7
Read the latest thread: here
  • Junior Member, joined since
  • Contributed 36 posts on the community forums.
  • Started 3 threads in the forums
B
B
BBK 10
{{{
var yo= 'BBK!'
window.alert(yo)
}}}
  • Member, joined since
  • Contributed 105 posts on the community forums.
  • Started 4 threads in the forums
R
R
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
N
N
noxes 10
noxes connection
-express your mind with imagination -
  • Member, joined since
  • Contributed 61 posts on the community forums.
  • Started 2 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet