md5.lua
md5.lua copied to clipboard
MD5 sum in pure Lua, with no C and no external dependencies
I have a device (aarch64 cortex-a53) running OpenWRT and lua 5.1.5 `Lua 5.1.5 Copyright (C) 1994-2012 Lua.org, PUC-Rio (double int32)` When using the md5 library to hash a message I...
The bit manipulation library has been removed in Lua 5.4, so md5.lua falls back to its custom bit manipulation functions, using tables. It would be better if md5.lua knew how...
I was double checking my indexes, and found a collision. Surpised, I did some more research: ``` nothanks@DESKTOP-616042V ~/repos/roguecraft-squadron $ cat test1.txt "Computer, what happened to the IEE Bishop?" nothanks@DESKTOP-616042V...