Hi All.

I am converting one part of my coldfusion application to dot net. The problem
I am facing is the encryption. User Images are encrypted and stored in sql
server database. Now I want to decrypt those images in dot net. What I have
done finally is made a sql server function to access a dot net dll so that I
can use that sql server encrypt function from both cf and dot net.

It works perfectly with passwords. But when I try to do it with images, its
not allowing me to declare a variable as ntext.

Any ideas how to slove this problem.
If you have any other idea then please post that

Thanks in Advance
~CFDYN~