Python Forum
How to make an 'uncrackable' executable?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to make an 'uncrackable' executable?
#1
Hello everyone, hope all is well.

I have a question regarding exporting an executable of my Python program. I want to pack my script, which is complete with Tkinter GUI, into an .exe and share it for free, but I don't want it to be decompiled or 'cracked'.

I've been reading up on this, and it seems Python is notorious for being easy to decompile, no matter hard one tries to protect it. I've also read I would have to probably use some C coding to wrap around it?

This is kind of confusing for me, and I was wondering if anyone had any tips or suggestions on how I might be able to protect my script?

Thanks in advance, thank you for reading.
Reply


Messages In This Thread
How to make an 'uncrackable' executable? - by JackMack118 - Jan-05-2020, 05:36 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Make a Python program executable in Windows Pedroski55 1 2,135 Sep-26-2020, 12:34 AM
Last Post: bowlofred

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020