Using Prometheus in your Lua Application
Prometheus can also be used as a library for your custom Lua Applications instead of using it's cli tool.
In order to do that you'll first need to clone the github repo:
After that, you'll need to copy everything within the src folder to your project. Let's say you created a folder named prometheus
, where all the Prometheus files are located. You can the use the following code to obfuscate a string:
use_prometheus.lua
Instead of passing the Strong preset you could also pass a custom Config Object.
Last updated