Skip to content

genius257/au3-md5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

au3-md5

AutoIt3 MD5 implementation

Converted from JavaScript MD5 by blueimp

This is not the fastest way to md5, but it is pure AutoIt3.

I choose to make this UDF to allow some transparency about the inner workings of the hashing algorithm, and to provide an alternative to the other implementaions that might be undesirable for various reasons.