Question

My Access 2000 application is generating a PDF from a snapshot of a report using ReportToPDF.

After I have the PDF file generated, I am converting it to binary and saving to MS SQL Server. I'm looking for a way to encrypt it before I save it to the server.

What are my options as far as encryption?

Was it helpful?

Solution

Found a demo that shows how to use AES encryption for vba/vb6... http://www.freevbcode.com/ShowCode.Asp?ID=2389

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