lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


You can check MD5 for Lua 5.1 on
http://www.keplerproject.org/md5


On 5/8/07, David KOENIG <karhudever@gmail.com> wrote:
Neha wrote:
> Hi All,
>
> I need to calculate hash of a string in lua.
> How would I do this?
> Please point me to some examples.
>
> Thanks,
Neha.

Search for 'lua md5' and see what library you get. Lua doesn't include
hashing functions.