Securing a database

Aahz aahz at pythoncraft.com
Sat Jan 31 00:16:15 EST 2009


In article <ce80b561-913b-4273-bc6e-55b3a9865417 at 35g2000pry.googlegroups.com>,
 <kt83313 at gmail.com> wrote:
>
>My company provides some services online, which now they are planning
>to make it offline and sell to customers who can use it in their
>networks.

How critical is it that this application work completely offline?  I
suggest that you seriously consider making your application crippleware
unless it can "call home" -- that is, certain key bits work only with
online access even if the majority of the app is local.  This may or may
not include the secure database, but if the data is local, it can still
get hacked.
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

Weinberg's Second Law: If builders built buildings the way programmers wrote 
programs, then the first woodpecker that came along would destroy civilization.



More information about the Python-list mailing list