Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can this package be used for obfuscating Python code and then de-obfuscating? #3

Open
monocongo opened this issue Aug 23, 2023 · 0 comments

Comments

@monocongo
Copy link

I want to obfuscate my code (change the names of fields and functions to nonsense) so I can submit it (reasonably) safely to services such as StackOverflow, ChatGPT, and Claude. Once I get an answer I want to be able to translate that code's fields and function names back to the original names. Can we use this tool for that, or modify it to behave like that? I've found pyminify which does the obfuscation but nothing there looks like it allows you to translate code back to the original names.

Thanks in advance for any suggestions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant