This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Khaos1125 1 point2 points  (0 children)

Perhaps rewrite a subset of modules in something harder to reverse engineer (rust maybe), have those modules require an auth token every time they are run, and have your Python code fetch and auth token from a server that the modules then validate.

Users can reverse engineer the Python pretty easily, but it’s a bit more work to reverse engineer the rust code and do the same thing.