Jump to content

Want to create a CLR to decrypt CAPICOM Encrypted Data.

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
dulob

dulob

    Newbie

  • Members
  • Pip
  • 1 posts
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?

#2
gokuajmes

gokuajmes

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 518 posts

dulob said:

how to encrypt CAPICOM RC4 Encrypteddata?
You mean Decrypt right.!!
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