Personal Website for Andreas Sjöberg

This page may get more content later, but do not put any large bets on it.

Publications

Public key

Here is my PGP public key. The fingerprint for it is 4A40 F630 98E2 F79B 4787 BACC E614 B25C 2A40 9C87.

Resumé / Curriculum Vitae

Here is my CV.

Verifying the CV

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