'+---------------+---------------------------------------------------+
'| ###### ###### |     .--. .         .-.                            |
'| ##  ## ##   # |     |   )|        (   ) o                         |
'| ##  ##  ##    |     |--' |--. .-.  `-.  .  .-...--.--. .-.        |
'| ######   ##   |     |  \ |  |(   )(   ) | (   ||  |  |(   )       |
'| ##      ##    |     '   `'  `-`-'  `-'-' `-`-`|'  '  `-`-'`-      |
'| ##     ##   # |                            ._.'                   |
'| ##     ###### |  Sources & Documents placed in the Public Domain. |
'+---------------+---------------------------------------------------+
'|                                                                   |
'| === md5.bm ===                                                    |
'|                                                                   |
'| == The FUNCTIONs to compute the MD5 Message-Digest in QB64 from   |
'| == either a single string message or a complete file.             |
'|                                                                   |
'+-------------------------------------------------------------------+
'| Done by RhoSigma, R.Heyder, provided AS IS, use at your own risk. |
'| Find me in the QB64 Forum or mail to support@rhosigma-cw.net for  |
'| any questions or suggestions. Thanx for your interest in my work. |
'+-------------------------------------------------------------------+

MD5 Message-Digest


Build the MD5 Message-Digest from any given file or string. This library is based on the MD5 sources from Notepad++. The MD5 Message-Digest algorithm is under the direct license of RSA Data Security, Inc., see subfolder MD5-Hash\license. However, my implementation of the QB64 wrapper library is Public Domain.


Table of Contents