|
|||||||||||
|
Re: [GENERAL] Securing stored procedures and triggers
From: Scott Marlowe <scott.marlowe(at)gmail.com>
Date: Wed Oct 31 2007 - 14:03:58 EDT
I know to the untrained eye this looks like security, but honestly, even the most junior of hackers could likely break into it and get whatever code is supposedly being protected. You are MUCH better off having your legal department work on this with the proper paperwork. You can, of course, write all your stored procs in C and compile them. Then they're also "encoded" in such a way that joe six pack can't read them. But again, it's not real protection. If the database can run it, it can be decompiled and examined, whether it's in sybase or postgresql. If you don't want your customers to see what's happening under the hood, you have one, and exactly one, option. Host the databases locally and do not allow the users admin powers. Once you start handing out code, in whatever format, the genie is simply waiting for someone to open the bottle.
---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly
Received on Wed Oct 31 16:51:49 2007This archive was generated by hypermail 2.1.8 : Mon Jun 16 2008 - 19:10:10 EDT |
||||||||||
|
|||||||||||