Hello friends,
I have an array of strings.. I want to calculate the MD5 hash of these strings and want to store them in another array using libcrypt.h library in C++ in Linux...
So can anyone tell me how to do it?
give some exapmle or sample code..