Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Decrypt Data

Status
Not open for further replies.

Cozmo2

Technical User
Apr 7, 2006
87
US
We have a field on our database the is encrypted. I need the value of the field (not encrypted) to print on my report. How can I decrypt the field?
 
You have to find the encryption technique used and apply it to that field to decrypt the field.
 
If there's a function available in the database that will decrypt the field, you can call that in a SQL Expression (if you're linking tables together for the report) to get the decrypted data.

-Dell

DecisionFirst Technologies - Seven-time SAP BusinessObjects Solution Partner of the Year
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top