A super minimal HWID auth system, written in rust, (also please dont use this for now).
- create a function to get HWID.
- use a tool like curl to send a request with HWID to ip:port if it returns valid then do so the app proceeds if not then make so it does not proceed and sends a error message.
- download requirements (rust)
- download this github repo
- extract this github repo
- cd to the folder
- run start script with
chmod +x; ./run