#nginx.conf:lua_package_path"/path/to/lua-resty-string/lib/?.lua;;";server{location=/test{content_by_lua_fileconf/test.lua; } }--conf/test.lua:localresty_sha1=require"resty.sha1"localsha1=resty_sha1:new()ifnotsha1thenngx.say("failed to create the sha1 object")returnendlocalok=sh...
openresty lua-resty-string md5 sha aes random string 安装https://github.com/openresty/lua-resty-string $ sudo opm get openresty/lua-resty-string$ ls -al /usr/local/openresty/site/lualib/resty/ 总用量100drwxr-xr-x3root root40969月1620:47. drwxr-xr-x3root root40969月807:38.. -rw-r--...
String utilities and common hash functions for ngx_lua and LuaJIT - lua-resty-string/.travis.yml at master · shoosah/lua-resty-string
# nginx.conf: lua_package_path"/path/to/lua-resty-string/lib/?.lua;;"; server { location = /test { content_by_lua_file conf/test.lua; } }-- conf/test.lua:localresty_sha1 =require"resty.sha1"localsha1 = resty_sha1:new()ifnotsha1thenngx.say("failed to create the sha1 object...
String utilities and common hash functions for ngx_lua and LuaJIT - lua-resty-string/valgrind.suppress at master · shoosah/lua-resty-string
lua-resty-string/t/atoi.t Go to file Copy path zhuizhuhaomengfeature: added aes gcm encryption/decryption algorithm. Latest commitd91b268on Jan 15, 2021History 2contributors 34 lines (26 sloc)532 Bytes RawBlame # vi:ft= use Test::Nginx::Socket::Lua; ...
lua-resty-string/t/sha512.t Go to file Copy path zhuizhuhaomengfeature: added aes gcm encryption/decryption algorithm. Latest commitd91b268on Jan 15, 2021History 2contributors 88 lines (74 sloc)2.16 KB RawBlame # vi:ft= use Test::Nginx::Socket::Lua; ...
String utilities and common hash functions for ngx_lua and LuaJIT - lua-resty-string/lib/resty/sha1.lua at master · openresty/lua-resty-string
master lua-resty-string/.gitattributes Go to file Copy path agentzhadded a .gitattributes file to correct GitHub's language tag. Latest commitccd6e74Nov 23, 2015History 1contributor 1 lines (1 sloc)27 Bytes RawBlame *.tlinguist-language=Text ...
String utilities and common hash functions for ngx_lua and LuaJIT - lua-resty-string/lib/resty/aes.lua at master · openresty/lua-resty-string