heyy, I want to encrypt string by using md5 class. BUT the problem is that I dont know how to use it at all :( visual studio doenst recognize this class or her function. what can I do in order to use md5 encryption? thanks
Asked
Active
Viewed 205 times
-2
-
3first of all, md5 isn't an encryption scheme. secondly, you're going to need a library or framework that calculates the md5 because the standard c++ libraries don't provide it. Show us any code you're trying to use – kmdreko Mar 25 '16 at 12:55
-
1Possible duplicate of [How to get the MD5 hash of a file in C++?](http://stackoverflow.com/questions/1220046/how-to-get-the-md5-hash-of-a-file-in-c) – Anmol Singh Jaggi Mar 25 '16 at 13:15
1 Answers
0
Install Openssl ExE and set path in your system env variables or MSVC APP and build the code

Sadu Dinesh
- 19
- 6