Python secure?

Reid Nichol rnichol_rrc at yahoo.com
Sun Aug 15 02:18:57 EDT 2004


Calvin wrote:
> Hi All,
> 
> Could someone tell me just how secure Python is if compiled to an exe? Is it
> more or less secure than using some other language?
> 
> Thanks
> 
> 

In my experience, the security of a product is due to the programmer and 
not the language.  The language will only make it more or less prone to 
software flaws.  Of which a secruity flaw is just an exploitable 
software flaw.  Do your error checking and put in place *many* checks 
and balances and it'll all be fine.



More information about the Python-list mailing list