lua-resty-urandom
Pseudorandom generator
A Lua wrapper around /dev/urandom to generate pseudorandom data in a buffered and controlled manner.
Buffered wrapper for Linux/BSD kernel space CSPRNG
9 stars
3 watching
2 forks
Language: Perl
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
p0pr0ck5/lua-resty-tarpit | An open-source Lua module to slow down brute-force attacks on sensitive resources by artificially inflating response latency. | 27 |
openresty/lua-resty-signal | A Lua library to send signals to Linux processes. | 32 |
openresty/lua-resty-string | A set of string utility functions and hash algorithms for Lua, designed to work with nginx and LuaJIT. | 427 |
saks/lua-resty-repl | An interactive console for debugging and running Lua code in Nginx applications. | 177 |
timebug/lua-resty-redis-ratelimit | A Lua-based module to limit incoming requests between multiple instances using a 'leaky bucket' algorithm and Redis as the backend storage. | 163 |
vislee/lua-resty-wrr | A Lua library implementing round-robin weight-based upstream selection for OpenResty proxy servers | 3 |
upyun/lua-resty-limit-rate | A Lua module that limits the rate of requests to an application | 72 |
dcshi/lua-resty-qrcode | A tool to generate QR codes in Lua using the libqrencode and libpng libraries. | 31 |
doujiang24/lua-resty-ini | A Lua library for parsing and working with INI files in OpenResty servers. | 49 |
thibaultcha/lua-resty-jit-uuid | A LuaJIT-based UUID library with performance optimizations and additional features. | 205 |
bungle/lua-resty-postal | A Lua library providing statistical parsing and normalization of street addresses using a fast parser/normalizer | 10 |
timebug/lua-resty-httpipe | A Lua HTTP client driver for OpenResty/ngx_lua, providing flexible and high-level interfaces for making HTTP requests | 71 |
ruoshan/lua-resty-jump-consistent-hash | An implementation of consistent hashing for load balancing in Lua-based web servers | 25 |
bungle/lua-resty-route | A URL routing library supporting multiple matchers and middleware for OpenResty. | 100 |
bungle/lua-resty-libcjson | Provides a Lua interface to cJSON C library for parsing and generating JSON data | 53 |