#๐ Python Anti Crack
30 messages ยท Page 1 of 1 (latest)
@rich shale
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
Host it as a WebApp
Hide it behind a firewall and block any hackers to get into your source code
Its going to be a .exe and im going to obfuscate with pyarmour 8 + nuitka
So my problem isnt the src, rather the authentication sys getting bypassed
Obfuscate can still show the logic of the program
What do you mean the authentication system?
with nuitka no
Fundamentally if you distribute your program for others to run on their computer, they can reverse engineer it
Im using license keys to verify users
Even if you use nuitka
They can patch the binary to skip the license key checking, this is the risk you take when distributing programs
You can never eliminate that risk entirely, but yes using obfuscators will reduce it
Im not expecting great smart people to attempt to crack
Im not that large
But im just trying to stay safe from the average user
This is a situation where you aren't reliably able to both give something that contains your program to people and keep it from them.
^
!close
!close
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.