[Python-ideas] I have an encrypted python module format: .pye

Alexander Belopolsky alexander.belopolsky at gmail.com
Sat May 12 00:43:41 CEST 2012





On May 11, 2012, at 6:27 PM, li wang <charlesw123456 at gmail.com> wrote:

> I won't let the customer to read and modify
> my code. 

What you describe sounds impossible: how can your customer run your code without an encryption key? If you deliver the key, how can you prevent the customer from reading your code?  Preventing modification is feasible with various signed code schemes, but software DRM can never work. 


More information about the Python-ideas mailing list