Create an account

Very important

  • To access the important data of the forums, you must be active in each forum and especially in the leaks and database leaks section, send data and after sending the data and activity, data and important content will be opened and visible for you.
  • You will only see chat messages from people who are at or below your level.
  • More than 500,000 database leaks and millions of account leaks are waiting for you, so access and view with more activity.
  • Many important data are inactive and inaccessible for you, so open them with activity. (This will be done automatically)


Thread Rating:
  • 291 Vote(s) - 3.55 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[MyBB] Improved password encryption.

#21
Adding in a sha1 won't make all that much difference. Bcrypt as w00t said is clearly the way to go.
He suggested bcrypting the whole thing like
bcrypt(md5($salt) . md5($password))
But you could also just catch everyone on next login and bcrypt their password.
Reply

#22
Quote:(01-03-2015, 05:55 PM)phyrrus9 Wrote:

[To see links please register here]

How about we just get rid of md5 in it altogether in password hashing...

PHP Code:
function generate_hash($password$salt)
{
     return 
md5(sha1(md5($salt) . md5($password)));


That won't be getting broken anytime soon.
Wow necropost, reported.

And yeah, this tutorial was pretty shit.
Reply

#23
Quote:(01-04-2015, 12:48 AM)Senpai Wrote:

[To see links please register here]

Wow necropost, reported.

And yeah, this tutorial was pretty shit.

Doesn't really count as gravedigging if the post is actually something useful.
Reply

#24
Quote:(01-04-2015, 12:56 AM)Senpai Wrote:

[To see links please register here]

Shh, it was a joke, settle down.

How was your first time with a jew?

OT: It's hard to judge emotion over the internet. Shh.

Seriously OT: This looks like it'd take a while, and yes, a better encryption algorithm would be preferable.
Reply

#25
Quote:(01-04-2015, 12:55 AM)Eclipse Wrote:

[To see links please register here]

Doesn't really count as gravedigging if the post is actually something useful.

Shh, it was a joke, settle down.
Reply

#26
Quote:(01-04-2015, 12:59 AM)Eclipse Wrote:

[To see links please register here]

How was your first time with a jew?

Actually, it was pretty amazing :tongue:

Quote:OT: It's hard to judge emotion over the internet. Shh.

Seriously OT: This looks like it'd take a while, and yes, a better encryption algorithm would be preferable.

Yeah, if we implemented something good, we wouldn't have to worry about DB leaks as much. I recommended it
Reply

#27
Or you could over complicate shit and parse in the userID and times that by pi, then concat it to the string pre-hash.
Reply

#28
Quote:(01-04-2015, 03:06 AM)phyrrus9 Wrote:

[To see links please register here]

Actually, it was pretty amazing :tongue:


Yeah, if we implemented something good, we wouldn't have to worry about DB leaks as much. I recommended it

I recommend looking into this then

[To see links please register here]


It implements bcrypt into mybb.
Reply

#29
Looks REALLY simple... I should write a RSA version :tongue:

Maybe RSA encrypt the entire database, so every time you query something it has to RSA decrypt it for validation or something. Hmm, neat.
Reply

#30
use sha384+salt or bcrypt+salt.
Reply



Forum Jump:


Users browsing this thread:
2 Guest(s)

©0Day  2016 - 2023 | All Rights Reserved.  Made with    for the community. Connected through