G
Guest
I have some sensitive data encrypted in a database. I need to allow the authorized people to produce a report (obviously, unencrypted) that they can send to the appropriate partners. Can I set it up so they can download a .csv of the data without actually producing the csv and saving it on the server side?
I suppose the best description would be that on the client side, there's a link on a web page that looks like it links to the csv, but the csv is dynamically generating and served when they click on it. Client can save it on their side, but no actual csv is saved on the server side. Somehow the data is streamed to the client directly from the database throug the decryption algorithm.
Any thoughts? Thanks.
Jerry
I suppose the best description would be that on the client side, there's a link on a web page that looks like it links to the csv, but the csv is dynamically generating and served when they click on it. Client can save it on their side, but no actual csv is saved on the server side. Somehow the data is streamed to the client directly from the database throug the decryption algorithm.
Any thoughts? Thanks.
Jerry