On Fri, 09 Jan 2009 00:21:09 -0800, koranthala wrote: > I was wondering if there is a mechanism to encrypt logging automatically > in python. > The issue is as follows: > (a) An application (after py2exe) will go as executable and there > is no need for the user to know that it is written in python. If an > exception occurs and it is logged, then the user can understand it is > written in python. > (b) A security threat. If an exception occurs, the code is seen by > the user - and possibly be misused.
Security by obscurity is not security. If your application isn't secure against people who know what language is written in, then it isn't secure. -- Steven -- http://mail.python.org/mailman/listinfo/python-list