I am new to SQL and just inherited a sql database that has 3 encrypted columns. I need to export the data in those columns but it appears that everything is encrypted. I have done a lot of of googling but am unable to find any info on how to encrypt the columns if you dont know how the data was encrypted in the first place of any of the passwords. I do have some asp code that has an AES key but im not sure if that is useful. Does anyone have...