![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: May 2005
Posts: 4
Rep Power: 0
![]() |
MD5 hashing...
I searched for MD5 and came up with nothing, so here we go...
Okay, I'm very fluent in PHP, and I enjoy the fact that I can get an MD5 hash by simply using MD5("password") and it will spit out the MD5 hash for me, but I'm having a problem in C++ and this. Is there a way to get an MD5 hash in C++? |
|
|
|
|
|
#2 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
There is: http://theory.lcs.mit.edu/~rivest/md5.c
|
|
|
|
|
|
#3 |
|
Newbie
Join Date: May 2005
Posts: 4
Rep Power: 0
![]() |
Heh, I appreciate that quick response, however I dont see any documentation on it.
Now see, I'm rather new to C++ and I thought .c files were for C and .cpp files were for C++. How would I go about using this file in Dev-C++? |
|
|
|
|
|
#4 |
|
Expert Programmer
Join Date: Dec 2004
Posts: 794
Rep Power: 4
![]() |
Dev-C++ should handle .c files just fine. If not, just rename it to md5.cpp
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|