I currently have a python program that just sends “hello world” to a discord webhook, i am wondering what would be the best method of securing the webhook so that if i were to distrubute it no one could decompile and obtain the webhook as they have no methods of verification
I have a ubuntu 22.04.4 server, my first idea was to use it as a proxy, wherein the client would send “hello world” and the server would then forward that message to the webhook.
however im fairly inexperienced with ubuntu and general serverside stuff and wouldn’t know the best way forward.
Anything i could think to obfuscate it in the code doesnt seem secure if someone actually wanted to find it
If there is something im overlooking or im overcompliacting the matter im 100% open to ideas
Hulkclad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.