Hello!
I have thought to make a cobol program that it creates the MD5 of a text, ¿do you know if already exists a cobol program that does it? ¿where I can find the source code of the md5 algorithm in cobol?
While not the MD5 algorithm, you might have a look at this very extensive thread thread209-571499
The benefit of studying this is that you will need to do very similar operations, and the CRC-32 implementation shown in the thread is an 'all COBOL' implementation.
The MD5 is a bit more complicated, but the low-level techniques would be very similar.
Please advise which COBOL compiler and operating system you are using.
(Wim, if I can find the time, an 'all COBOL' MD5 will exist!)
Thanks for the link. I did see it before but I did not study it.
By the way...I was trying to be careful when I said:
'It seems to me that an MD5 implementation does not exist in COBOL.'
By your answer I assume you are 'challenged' to code an all COBOL implementation of the MD5 algorithm.
...In that case I just be lazy and wait for your answer
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.