MD5 in C for a micro

R

Ravi

Hi,

Is there a MD5 C-code that i could use, which does not use stdio.h /
string.h or any standard
libraries ? Coz, i do not have stdio on my 8051 micro. Need a simple
plain C-program.
Basically i need a random key gen. (MD5 preferable)
Please let me know if there is a way to work this out.

Thanks
- RK
 
L

Lowell Gilbert

Ravi said:
Is there a MD5 C-code that i could use, which does not use stdio.h /
string.h or any standard
libraries ? Coz, i do not have stdio on my 8051 micro. Need a simple
plain C-program.
Basically i need a random key gen. (MD5 preferable)
Please let me know if there is a way to work this out.

It's not really topical for this group, but RFC 1321 has such an
implementation. It actually uses memcpy and memset, but includes
unoptimized, brute-force versions of them.
 
D

dcorbit

Ravi said:
Hi,

Is there a MD5 C-code that i could use, which does not use stdio.h /
string.h or any standard
libraries ? Coz, i do not have stdio on my 8051 micro. Need a simple
plain C-program.
Basically i need a random key gen. (MD5 preferable)
Please let me know if there is a way to work this out.

Thanks
- RK

Probably, would be an ideal place for this question.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,066
Latest member
VytoKetoReviews

Latest Threads

Top