Yeah, I would just use one of the standard python encrypt modules to encrypt
the raw source file, then we you load it, decrypt it. Not sure why it needs
to be in a module though.  There are a number of encryption modules out
there, including the standard rotor module.

Jay

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 10, 2002 10:52 AM
> To: [EMAIL PROTECTED]
> Subject: [Webware-devel] encrypted modules
> 
> 
> On a current project I put the application server inside the 
> firewall since there is a config.py text file in it that 
> contains username/password information for the database server.
> 
> I heard about python being able to encrypt a module and then 
> load it, has anyone tried that?
> 
> It would be an interesting idea to encrypt this type of data, 
> I never liked putting the passwords in a text file the way I 
> do w/ webware and php.  W/ Java I compile them in a class ( I 
> know that it can be decompiled, but it feels better)
> 
> Thanks,
> -Aaron Held
> 
> 
> 
> 
> _______________________________________________
> Webware-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/webware-devel
> 


----------------------------------------------------------------------------

This e-mail and any attachments may be confidential or legally privileged.
If you received this message in error or are not the intended recipient, you
should destroy the e-mail message and any attachments or copies, and you are
prohibited from retaining, distributing, disclosing or using any information
contained herein.  Please inform us of the erroneous delivery by return
e-mail. 

Thank you for your cooperation.

----------------------------------------------------------------------------



_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to