|
Overview MD5 is free software and uses the same license as Lua. Download Installation 1. Download the Lua module and extract it to a temporary location. 2. Copy the md5.lua file to your project's Scripts folder. (Do not place it in a lua subfolder; put it directly inside the Scripts folder.) 3. Copy the contents of the lib folder to your project's Scripts folder. You need the des56.dll in the Scripts folder, and the core.dll in Scripts\md5. 4. Add the following requires to your project, e.g. in Global Functions: require"md5" -- for the md5.sumhexa() function Usage Note that although the 'key' you pass to the crypt and decrypt functions is described as a 'binary string,' it only seems to work if you pass a numeric value up to 56 bits in length, e.g. a number no larger than 72057594037927935. Example require"des56" Credits
|
|
| Keywords | Lua Modules Lua MD5 |
| Category | LUA Modules |
| Download (External) | http://luaforge.net/frs/download.php/3357/md5-1.1.2-win32-lua51.zip |
| Date Submitted | Jun 2, 2010 |
| Contact Name | Indigo Rose Software |
| send email to Indigo Rose Software | |
| More Info | http://luaforge.net/projects/md5 |
Write a Review
Report Broken Link
|
|