I have a database on 64 bit SQL Server and some information on database is encrypted with CAPICOM RC4 encryption and I need to create a CLR to decrypt it using NET. I don't want to use CAPICOM ActiveX because it will not work on 64bit SQL Server. Does anybody have sample code or give me a direction how to encrypt CAPICOM RC4 Encrypteddata?
Want to create a CLR to decrypt CAPICOM Encrypted Data.
Started by dulob, Jun 10 2010 08:46 AM
1 reply to this topic
#1
Posted 10 June 2010 - 08:46 AM
|
|
|
#2
Posted 11 June 2010 - 06:27 AM
dulob said:
how to encrypt CAPICOM RC4 Encrypteddata?
Do you know what are keys,RC4 base bytes ,magic bytes etc..
Ok go ahead by learning about encrypting using RC4
http://www.codeproject.com/KB/recipes/rc4csharp.aspx


Sign In
Create Account

Back to top









