PDA

View Full Version : Encryption : Low end



foal_11
02-26-2008, 04:26 AM
Hi,


Newbie here..


For an alogorithm that laways returns a fixed length encrypted key and always the same result if the sample is callled multiple times (ie. encrypt abc returns the same result if called *0 times)..how easy is it to break such an alogorithm..also.any sample code for the same ?

coz
02-26-2008, 07:17 AM
There's a shit load of them. Most usually do what you want. Check out the the md4, md5, ntlm, checksums, lanman, sha, etc. In between these there are like 50 different algorithms. Each one has different versions.