Topic awaiting preservation: Secure information pass (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: 1393 |
posted 08-22-2006 22:56
I've got a project coming up where I am going to need to pass secure information (SSL, POST) to my client. I've delt plenty with php mail forms (not secure) and commerce (secure) passing to some merchant with a secure connection. But I've never been faced with sensitive information that just needs to be accessable to the client. I was thinking of getting a php to pdf converter like http://www.fpdf.org/ and just password protecting where they are saved on the server... though that doesn't seem the best way...? Should I store it in a database? What ways do you use? |
Paranoid (IV) Inmate From: Madison, Indiana |
posted 08-23-2006 17:25
Just to clear a few things up: |
Paranoid (IV) Inmate From: Australia |
posted 08-24-2006 15:03
Storing it in the database isn't any more secure, but it isn't any less secure. |