Skip to content

AashishBarme/sp-decryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

sp-decryptor

Decrypt Store Procedure using RC4 Algorithm (With DAC)

Reference: https://en.wikipedia.org/wiki/RC4

To run this script in SQL server Dedicated Admin Connection (DAC) is required.

Enabling DAC using TSQL Command: Use master GO sp_configure 'remote admin connections', 1 GO RECONFIGURE WITH OVERRIDE GO

During login in ssms add admin: infront of server name For example: admin:localhost

Decrypt Store Procedure Without DAC

Reference:

Should create a .dll of cs file ./csc.exe /target:library /out:decryptsp.dll decryptsp.cs

About

Decrypt Store Procedure using RC4 Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published