Simple yet efficient MD5 tool. Calculates the MD5 for all files within a selected directory (including subdirectories). Crypt Library Functions written by Monoceres. #region - Globals and Variables Global Const $PROV_RSA_FULL = 0x1 Global Const $PROV_RSA_AES = 24 Global Const $CRYPT_VERIFYCONTEXT = 0xF0000000 Global Const $HP_HASHSIZE = 0x0004 Global Const $HP_HASHVAL = 0x0002 Global Const $CRYPT_USERDATA = 1 Global Const $CALG_MD5 = 0x00008003 Global $__g_aCryptInternalData[3] #endregion