Question

Do you know any function implementation I could use for decrypting data encrypted by AES/Rijndael in SQL Server 2000?

Was it helpful?

Solution

xp_crypt might do it

Without the CLR and other whizzy stuff in SQL Server 2005+ it will be difficult in the raw SQL available in SQL Server 2000.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top