How to decrypt stored procedure in sql?
For the security reason we encrypt stored procedure by using With Encryption but my question is how we decrypt it for further modifition
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Andrew JacksonPosted Sep 22, 2016, 1:32 AM
Bikesh SrivastavaPosted Sep 22, 2016, 2:15 AM
Vasanth NatarajanPosted Jul 4, 2016, 7:18 AM
Afzaal Ahmad ZeeshanPosted Jul 4, 2016, 3:49 AM
SubashPosted Jul 4, 2016, 3:48 AM
Afzaal Ahmad ZeeshanThanks for your Reply but My Question is how we decrypt the already encrypted stored procedure in Sql
SubashPosted Jul 4, 2016, 3:46 AM
ketan borsdiyaPosted Jul 4, 2016, 1:12 AM
SubashPosted Jul 4, 2016, 1:09 AM
ketan borsdiyaPosted Jul 4, 2016, 1:06 AM
Afzaal Ahmad ZeeshanPosted Jul 3, 2016, 2:10 PM
I have written an article that covers the encryption and decryption of the data (one thing to note here is that encryption doesn't have to be with string text, it basically works on bytes of the data). You should consider reading the post here, on C# Corner at, http://www.c-sharpcorner.com/UploadFile/201fc1/guide-for-building-C-Sharp-apps-on-ubuntu-cryptographic-helpers/.