On 16 oct, 07:02, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > On Oct 16, 3:41 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > I agree with you, but I am an officer and my boss likes of things > > well, then, I am trying to bring a legal solution for him with Django, > > I came to dot.net where the code is compiled. > > > In this situation, pass the .pyc files to .py is hard? You know? > > Why has no one yet mentioned that .pyc files don't really protect your > code? > > http://www.crazy-compilers.com/decompyle/ > http://www.depython.net/ >
Just like Java or dot.net byte-code, or even binary code FWIW. Strange enough, no one never mentions this when it comes to java or dot.net !-) Ok, the only working way to "protect" code is to not distribute it *in any form". period. Anything else - even obfuscated binary code, dongles etc - will at best make it _a bit_ harder for a cracker to get in. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---