Click here to Skip to main content
15,886,798 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hi All,
I want to do store procedure encryption with password, basically want to hide the logic behind the procedures...

With Encryption (can easily decrypted by db forge decryptor I tried my self).

Procedure Locking will not work as well if it will be on client premises. or any other dbAdmin thngs.

Is there any way around for Procedure encryption with password or any other type of decryption.


What I have tried:

I have tried With Encryption and successfully decrypted by different tolls
Posted
Updated 22-Jul-21 21:46pm

1 solution

WITH ENCRYPTION is the only security you can implement: any other system would make the SP unreadable by SQL Server and render the SP useless and unexecutable!

If you want secured processing, you will have to move it to the presentation software.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900