README 369 B

12345678910111213
  1. MD5 - Cryptographic Library for Lua
  2. Copyright 2003 PUC-Rio
  3. http://www.keplerproject.org/md5
  4. MD5 offers basic cryptographic facilities for Lua 5.1: a hash (digest)
  5. function, a pair crypt/decrypt based on MD5 and CFB, and a pair crypt/decrypt based
  6. on DES with 56-bit keys.
  7. MD5 current version is 1.1.2.
  8. This version is copy from https://github.com/keplerproject/md5