Function to generate a really random string

Started by ., Aug 30, 2015, 04:33 PM

Previous topic - Next topic

KAKAN

Nice, I thought that people always give complex passwords to protect their account :P, I was wrong
oh no

Thijn

Quote from: KAKAN on Sep 04, 2015, 01:38 PMNice, I thought that people always give complex passwords to protect their account :P, I was wrong
Passwords in VC:MP have always been weak, shit and re-used. When a database leaks out, all hell break loose for noobs.

EK.IceFlake

for (local i = 0; i < 10; ++i)
{
    hash = SHA256(hash);
}
10x chance for crashes

.

Quote from: NE.CrystalBlue on Sep 12, 2015, 05:29 PMfor (local i = 0; i < 10; ++i)
{
    hash = SHA256(hash);
}
10x chance for crashes

Care to explain ?
.

Thijn



EK.IceFlake


.

#22
Quote from: NE.CrystalBlue on Sep 15, 2015, 10:11 AMAka hash collision

Unless you bring facts, don't mention about such things. Do you know the odds of a colision between 64 charachters long strings? It's not as if you have a single static hardcoded salt. And besides, that's the password. Not something you might specifically query for.
.