If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > PostgreSQL > How to Secure or encrypt our Functions or business logic in postgres database?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-26-11, 07:16
panchraj panchraj is offline
Registered User
 
Join Date: Dec 2011
Posts: 3
How to Secure or encrypt our Functions or business logic in postgres database?

All of my business logics on in database in form of function triggers etc.
how i secure them by encrypting them by any technique or other suggestions for that purpose.
Reply With Quote
  #2 (permalink)  
Old 12-29-11, 11:19
CarlosinFL CarlosinFL is offline
Registered User
 
Join Date: Oct 2010
Location: Orlando, FL
Posts: 226
Your question is hard to understand...

Are you looking to encrypt the data from client to server using SSL or are you looking to encrypt the actual data within the tables?
Reply With Quote
  #3 (permalink)  
Old 12-29-11, 23:49
panchraj panchraj is offline
Registered User
 
Join Date: Dec 2011
Posts: 3
about postgres function security.

Quote:
Originally Posted by CarlosinFL View Post
Your question is hard to understand...

Are you looking to encrypt the data from client to server using SSL or are you looking to encrypt the actual data within the tables?
no, i do not want both of them.

actually , i have made a lot of functions in postgres database.
i want that when anyone want to see these functions then he should not
able to do that.

and also when anyone takes backup and restore it in any other system then those functions must not be readable and understandable so than no one see logic code.

Last edited by panchraj; 12-29-11 at 23:56.
Reply With Quote
  #4 (permalink)  
Old 12-30-11, 05:59
shammat shammat is offline
Registered User
 
Join Date: Nov 2003
Posts: 2,684
Quote:
Originally Posted by panchraj View Post
actually , i have made a lot of functions in postgres database.
i want that when anyone want to see these functions then he should not
able to do that.
Not possible and not planned.
See Todo - PostgreSQL wiki (Features we do not want)
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On