Re: Encrypting a php page...
- From: Tim Smith <reply_in_group@xxxxxxxxxxxxxxxx>
- Date: Sun, 23 Mar 2008 21:23:47 -0700
In article <fs6jh7$1r0n$1@xxxxxxxxxxxxxxxxxx>,
daw@xxxxxxxxxxxxxxxxxxxxxxxx (David Wagner) wrote:
If your friend asks for and stores personal information, encryption isn't
going to protect his users if his site gets hacked. If your friend is
Doesn't that depend on what is done with the encrypted information?
On an e-commerce site I have had occasion to work on, the site that
accepts personal information (credit card numbers, for example)
immediately encrypts that information using a GPG public key.
Nothing on that server (or the LAN that server is on, for that matter)
has the private key. The encrypted information gets sent off for
processing to servers on a separate LAN, with a pretty restrictive
firewall between the two LANs.
A compromise on the upload server would allow someone to steal personal
information for new users, but that's a problem with most sites that
accept personal information. They would not get stored information.
(They would not even get encrypted stored information).
--
--Tim Smith
.
- Follow-Ups:
- Re: Encrypting a php page...
- From: David Wagner
- Re: Encrypting a php page...
- References:
- Encrypting a php page...
- From: Einstein
- Re: Encrypting a php page...
- From: David Wagner
- Encrypting a php page...
- Prev by Date: Re: my KDF vs dictionary attacks
- Next by Date: Re: my KDF vs dictionary attacks
- Previous by thread: Re: Encrypting a php page...
- Next by thread: Re: Encrypting a php page...
- Index(es):
Relevant Pages
|
|