Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 Decryption

Author  Topic 

deepakugale
Starting Member

33 Posts

Posted - 2010-07-09 : 07:19:37
HI All ,

I had use [WITH ENCRYPTION] clause in stored procedure.
And now i want to alter that stored procedure.
How can i Decrypt that stored procedure ?

beniaminus
Starting Member

21 Posts

Posted - 2010-07-09 : 08:39:26
I'm afraid it can't be done. That is, unless you can decrypt RC4 ciphertext.

Ben :)
Go to Top of Page

Kristen
Test

22859 Posts

Posted - 2010-07-09 : 17:32:45
Unless something has changed? SQL Encryption is very weak, you should have no trouble reversing it.

However, this is not something that is permitted for discussion in this forum, so you will need to Google for a solution.
Go to Top of Page

ashwanimalik
Starting Member

1 Post

Posted - 2010-07-12 : 15:24:10
You will have to check out the stored proc from your source control. You can't decrypt it now.
Go to Top of Page
   

- Advertisement -