On Wednesday 06 May 2015 16:37, Palpandi wrote: > Hi, > > What are the ways to encrypt python files?
The same as the ways to encrypt any other file. Your encryption program shouldn't care whether you are encrypting text files, JPEGs, mp3 audio files, executable binary code, Python scripts, or a giant file of all ASCII nulls. It will just encrypt the file regardless of what kind of file it is. What encryption program are you using? -- Steve -- https://mail.python.org/mailman/listinfo/python-list