Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security SecProg
[Top] [All Lists]

MD5 for powerpc

Subject: MD5 for powerpc
Date: Thu, 16 Dec 2004 15:29:06 +0500
Hi,

I'm using MD5 for SNMPv3 authentication. I'm using net-snmp agent.
I am running the SNMP agent on a powerpc (motorol processor). When I send a 
request from an intel processor pc (linux) to this agent, EVP_md5() (called 
from HMAC ()) hash function generates a wrong code. The only difference being 
in the Address byte ordering (power pc is big-endian, intel pc is 
little-endian). For this I set LOWBYTEFIRST FALSE, and called MDreverse () 
after each call to MDupdate ().


Any idea what could be the problem ?

Thanks,
Guru

<Prev in Thread] Current Thread [Next in Thread>
  • MD5 for powerpc, gurus <=