I'm not finding very much information on this subject and need to figure out our options on decrypting the encrypted parameters passed in the URL for SSRS reports. The reports are initiated through a link in an enterprise application which supports a set of known parameters that can be passed encrypted within the URL of an SSRS report for filtering.
How is this normally handled on the report server side? Is there a Blowfish function that can be included in the base of the report that can decrypt before the URL applies the filter?