#i want function to return md5 for file

21 messages · Page 1 of 1 (latest)

last charm
#

i want function to return md5 for file

plush cedarBOT
#

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.

native sail
#

well, implement md5 algorithm in function 🤷‍♂️

native sail
#

if you want function, you'll have to write function

last charm
native sail
#

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

native sail
#

crypto++ probably

wispy hamlet
#

eg certutil -hashfile Example.txt MD5 on windows

native sail
#

well, if you just want some command line utility, sure

#

they were asking for a function to call in C++ though

wispy hamlet
#

mac has md5 <file>

#

yeah, just meant you can make a function that runs the command somewhere and gets the value from it

last charm
#

btw i found source in github :

#

!close