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.