MD5 implementation in program

F

Fizban

Hi all,

I'm trying to write a program that calculate an MD5 hash but i have no idea
how to implement this in C.
I know most languages have a build in function that calculate this but i
couldn't find any reference to such a function in C.

Does anyone know if there is such a thing?
What header do i need to add to have access to it?

Thanks in advance!
 
D

David Lowndes

I'm trying to write a program that calculate an MD5 hash but i have no idea
how to implement this in C.
I know most languages have a build in function that calculate this but i
couldn't find any reference to such a function in C.

Does anyone know if there is such a thing?

Under Windows, you can use the Crypto API - CryptHashData. However
there is probably free MD5 source code available if you search for it.

Dave
 
G

Giovanni Dicanio

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

Top