This page may get more content later, but do not put any large bets on it.
The CV is signed using my private key and can be verified using the public key and any PGP implementation. For this you need to download a digital signature for the CV.
On Ubuntu Linux this can be done by issuing the following commands
$ wget http://ansjob.github.com/public_key.asc $ wget http://ansjob.github.com/cv/cv.pdf $ wget http://ansjob.github.com/cv/cv.pdf.asc $ gpg --import public_key.asc #To import my public key $ gpg --verify cv.pdf.asc cv.pdf