20.03.2011, 19:38
(
Последний раз редактировалось Kwarde; 21.03.2011 в 11:16.
)
The title says it.
Is this hash thing safe enough? (So that you can't see what for a string it was)
Tests:
Output:
Is this safe enough?
I did make this just because I was bored. It's quite useless and too "complicated". I just wanna know if this is safe enough :P
- Kevin
Is this hash thing safe enough? (So that you can't see what for a string it was)
pawn Код:
/*
Sorry, Censored.
- Kevin
*/
pawn Код:
printf("%d", Hash("K"));
printf("%d", Hash("e"));
printf("%d", Hash("v"));
printf("%d", Hash("i"));
printf("%d", Hash("n"));
printf("%d", Hash("Kevin"));
Код:
1779205644 1777501708 1776387596 1777239564 1776911884 2009237004
I did make this just because I was bored. It's quite useless and too "complicated". I just wanna know if this is safe enough :P
- Kevin