genius257 / au3-md5

Pure AutoIt3 MD5 implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Pure AutoIt3 MD5 implementation

License:MIT License


Languages

Language:AutoIt 100.0%