in reply to Re^2: What *are* the best ways to encrypt data?
in thread What *are* the best ways to encrypt data?

Well, if your web-system doesn't need to READ the data (assuming you're reading it with another, not publically accessible system), you could use a public/private key encryption like PGP, so you can encrypt the data on the server, but only decrypt it using another key only known to the other system.

Joost.

  • Comment on Re^3: What *are* the best ways to encrypt data?