November 8, 2005 at 7:38 am
I need to "encrypt on save" and "decrypt on retrieve" office files stored as blobs in the database (SQL 2000). So far - found only one thread on this site with some ideas:
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=8&messageid=208789 - Encrypt/Decrypt Funcionality
Please help!
November 8, 2005 at 3:11 pm
This may not help, but in the past I have written applications that needed to compress the files stored in blobs. I had the client do it using ZIP (the old command line one that could be shelled out to).
How are these retrieved? If it is only from your custom client application, then why not do it there? You can use whatever encryption method you want then, even zip with password.
November 9, 2005 at 6:42 pm
check out this one
http://www.sqlservercentral.com/columnists/mcoles/freeencryption.asp
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply