Storage class for MD5 values
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I want to store a bunch of MD5 strings computed from username/password. Have any storage class to facilitate this? Thanks
whats wrong with std::vectorstd::string ? it really depends on what you wish to do with the results 'g'