HomeServer/3rd/lua-md5
2024-11-20 15:41:37 +08:00
..
compat-5.2.c 提交 2024-11-20 15:41:37 +08:00
compat-5.2.h 提交 2024-11-20 15:41:37 +08:00
md5.c 提交 2024-11-20 15:41:37 +08:00
md5.h 提交 2024-11-20 15:41:37 +08:00
md5lib.c 提交 2024-11-20 15:41:37 +08:00
README 提交 2024-11-20 15:41:37 +08:00

MD5 - Cryptographic Library for Lua
Copyright 2003 PUC-Rio
http://www.keplerproject.org/md5

MD5 offers basic cryptographic facilities for Lua 5.1: a hash (digest)
function, a pair crypt/decrypt based on MD5 and CFB, and a pair crypt/decrypt based
on DES with 56-bit keys.

MD5 current version is 1.1.2.

This version is copy from https://github.com/keplerproject/md5