I'm planning to backup some of my files to a remote server using an incremental backup script I wrote based around rsync. As I don't trust the remote server I want to be able to encrypt all the files before sending them to the server, and I want to encrypt them individually so rsync only uploads the files that have actually changed. This means tools that create encrypted disk images, like TrueCrypt are out.
What's a good tool for encrypting individual files (preferably with 256bit encryption or better)?