I have a SQL Server table with 1 column containing encrypted data.
The data was encrypted using the answer provided by @CraigTP to this question... Encrypting & Decrypting a String in C#
I need to retrieve & decrypt this data using only T-SQL. Is that possible? How?