开发者

Anyway to decrypt an encrypted sql server stored procedure?

开发者 https://www.devze.com 2022-12-12 02:47 出处:网络
I have a couple of ms sql server (2000) stored 开发者_运维百科procedures encrypted by ex-employee long time ago and things were okay until we need to change it a bit.... is there any way at all to ret

I have a couple of ms sql server (2000) stored 开发者_运维百科procedures encrypted by ex-employee long time ago and things were okay until we need to change it a bit.... is there any way at all to retrieve the source? Or rewrite is the only option?

Thanks a lot.


Or for free (Google is your friend):

http://searchsqlserver.techtarget.com/tip/1,289483,sid87_gci1056869_mem1,00.html


If your time is worth about $99, then this tool may do the job for you.
http://www.elitude.net/sql-decryptor.html


As a rule: In order to decrypt anything you should have the key used during encryption


I have resolved this problem. My Solution: use tool SQL Compare. You must create one database to compare sql script. Return result script sql is decrypted. Link soft: http://www.red-gate.com/products/sql-development/sql-compare/

0

精彩评论

暂无评论...
验证码 换一张
取 消