Brett Hutley's Blog

Home on the Digital Range

Posts Tagged 'crypto'

Using gpg to encrypt files on a web server

I was working on my website ValidateModel.com, and I wanted a way to protect files that are uploaded by the users. My solution is to encrypt the files with gpg when they are uploaded. Only the public key is stored on the server and the files are encrypted with this. The only way for the [...]

29 November 2007 at 15:33 - Comments