Click here to Skip to main content
Sign Up to vote bad
good
See more: SSRS
Hi Forum,
 
How can i create an assembly to decrypt data in SSRS 2008 R2.
I have encryted data in an Employee table and i need to be able to decreyt the data to print unencrypted values.
I am envrypting the data using a certificate. I can decryt the data in SQL but i want to be able to decrypt it in SSRS.
I am using the following code in SQL.
 
OPEN SYMMETRIC KEY Emp
DECRYPTION BY CERTIFICATE EmpCert;
GO
 
Any help will be greatly appreciated...
 
Regards,
 
Manuel Roman
Posted 3 Nov '12 - 4:52

Comments
mroman98 - 3 Nov '12 - 13:44
Hi Forum, How can i create an assembly to decrypt data in SSRS 2008 R2. I have encryted data in an Employee table and i need to be able to decreyt the data to print unencrypted values. I am envrypting the data using a certificate. I can decryt the data in SQL but i want to be able to decrypt it in SSRS. I am using the following code in SQL. CREATE SYMMETRIC KEY Emp WITH ALGORITHM = AES_256 ENCRYPTION BY CERTIFICATE EmpCert; GO OPEN SYMMETRIC KEY Emp DECRYPTION BY CERTIFICATE EmpCert; GO What need is a funtion to open the Symmetric key and a function or assembly to decrypt the variables i need to print on the report. I am using ALGORITHM AES_256 as you can see above, where i create the Certificate. Any help will be greatly appreciated... Regards, Manuel Roman

1 solution

  Permalink  

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 Arun Vasu 394
1 OriginalGriff 370
2 Sergey Alexandrovich Kryukov 313
3 Tadit Dash 213
4 Maciej Los 191
0 Sergey Alexandrovich Kryukov 9,955
1 OriginalGriff 7,589
2 CPallini 4,028
3 Rohan Leuva 3,422
4 Maciej Los 2,949


Advertise | Privacy | Mobile
Web01 | 2.6.130523.1 | Last Updated 3 Nov 2012
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid