In Oracle, I made a function that return me a security number of transaction. This function is within a package. I have to give my package to my client but I don’t want they can see my source code, to avoid piracy.
Is there a way to encrypt my source code?
Is there a easy way to do what i want, protecting my rights?
Thanks.