[bf1942] CD key hashes

James Gurney james at globalmegacorp.org
Wed Oct 22 04:14:23 EDT 2003


James Gurney wrote:
> The PHP md5 function returns the same value used by BF. 'md5sum', on the 
> other hand, does not. I'm really not sure why. However, I found a nifty 

Ok, I know why.. I was doing 'echo <key> | md5sum' but this appends a 
\n, so you actually need to do 'echo -n <key> | md5sum', which then 
returns the same result. So, to answer your original question, yes, you 
can do this :)

James




More information about the Bf1942 mailing list