Message Turncoat in a DM to get moderator attention

Users Online(? lurkers):
5 posts

What hash function does this site use on the passwords?


Posts: 1285

No hashlists 4 u!

Posts: 56
What hash function does this site use on the passwords?

I don't got no money, bro....

Posts: 56
What hash function does this site use on the passwords?

It always takes a while for the page to load whenever I login or register. Does this place use some kind of crazy homebrew crypto or something? What's slowing it down?

Posts: 1285
What hash function does this site use on the passwords?

Selling hash lists of passwords PM me

Posts: 12
What hash function does this site use on the passwords?

Has nothing to do with the hash.

Failed password attempts are rejected immediately.

The purpose of a hash is to obsfucate the password in the database in the event of a breach.

There is no encryption mechanism for transport over HTTP so there is no decryption at the other end, nor is there any decryption when looking up the password against the database. (that would slow things down. if you want a fast TEA transport encryption layer ported to javascript and php, ask me, I've got one. Ported it myself.)

It is a one way fast hash, which then checks the password sent and recently encrypted against stored encrypted values.

It is the initialization routine which is probably slow.

 

 

 

Now lets talk about something serious and open source software. All the apache mods for throttle protection lose compatibility every few years. It's as if it is done on purpose to squeeze out non profitable extensions, forcing website developers and IT managers to pay exhorbitant prices for upstream and cloud layer services.

5 posts
This site contains NSFW material. To view and use this site, you must be 18+ years of age.