Encrypt Postgres functions to hide business logic

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yogeshp2810
    New Member
    • May 2010
    • 1

    Encrypt Postgres functions to hide business logic

    Hi everyone,

    how to encrypt functions in Postgresql so i can hide all my business logic ?

    is there any option like with encryption present in MS SQL ?


    Regards,

    Yogesh.
  • rski
    Recognized Expert Contributor
    • Dec 2006
    • 700

    #2
    I don't know that feature in free postgres. You can find it in commercial postgres (postgresql plus advanced server) it is called EDB*Wrap.
    Maybe there is a way to hide source code for example putting it in a table with limited rights and dynamically call it from a function (security definer function), but I didn't try that solution.

    Comment

    Working...