WITH ENCRYPTION feature ?

From: Robert Bernabe <rbernabe(at)sandmansystems(dot)com>
To: pgsql-novice <pgsql-novice(at)postgresql(dot)org>
Subject: WITH ENCRYPTION feature ?
Date: 2008-01-24 09:32:29
Message-ID: 47985B2D.6080502@sandmansystems.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi,
Is there a translation of this MSSQL feature in PostgreSQL? It's
still actually possible to decrypt the encrypted stored procedure in the
server but end of the day it should be recognized that all these efforts
will just serve to make things slightly more difficult (e.g. leaving
your car unlocked instead of locked or leaving the keys inside). Anyways
the feature in MSSQL will encrypt the stored procedure in the server
such that when it's viewed by a sysad or anybody else, they will
encrypted text instead of T-SQL code. Many Thanks in advance for any
clues.

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Sean Davis 2008-01-24 11:39:34 Re: WITH ENCRYPTION
Previous Message Robert Bernabe 2008-01-24 08:39:20 WITH ENCRYPTION