• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

password in md5 or sh1 ??

xavierek

New Member
Joined
Apr 11, 2009
Messages
209
Reaction score
0
that can be done with the tfs server supports encrypted password in md5 or SH1

for the security server
 
umm, does php support all of them? xD

Code:
   1.  md4
   2.  md5
   3.  crc32b
   4.  crc32
   5.  sha1
   6.  tiger128,3
   7.  haval192,3
   8.  haval224,3
   9.  tiger160,3
  10.  haval160,3
  11.  haval256,3
  12.  tiger192,3
  13.  haval128,3
  14.  tiger192,4
  15.  tiger128,4
  16.  tiger160,4
  17.  haval160,4
  18.  haval192,4
  19.  haval256,4
  20.  adler32
  21.  haval128,4
  22.  haval224,4
  23.  ripemd256
  24.  haval160,5
  25.  haval128,5
  26.  haval224,5
  27.  haval192,5
  28.  haval256,5
  29.  sha256
  30.  ripemd128
  31.  ripemd160
  32.  ripemd320
  33.  sha384
  34.  sha512
  35.  gost
  36.  whirlpool
  37.  snefru
  38.  md2
dunno if those are all
 
But which one is the way to go?

Plain = unsave, no encryption
md5 = better, still easy to crack
sha1 = better than md5
sha256 = better than sha1
sha 512 = better than sha 256

But how is sha512 vs vahash?
 
Back
Top