Encrypt python files

Steven D'Aprano steve+comp.lang.python at pearwood.info
Wed May 6 02:47:22 EDT 2015


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




More information about the Python-list mailing list