mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-23 19:43:09 +00:00
add mongo auth support, and copy a md5 lib to 3rd
This commit is contained in:
12
3rd/lua-md5/README
Normal file
12
3rd/lua-md5/README
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user