#i want function to return md5 for file
21 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
well, implement md5 algorithm in function 🤷♂️
if you want function, you'll have to write function
if i know it , why should i ask here 😦
i want something like this in cpp
https://emn178.github.io/online-tools/md5_checksum.html
well, C++ doesn't have something like this
not sure what you want me to tell you
you either build it yourself or use some library that implements it for you
do u know library
crypto++ probably
I do believe most platforms have some command you can run for it if you wanted to
eg certutil -hashfile Example.txt MD5 on windows
well, if you just want some command line utility, sure
they were asking for a function to call in C++ though