* Makefile (run-server): Use "--no-restore" option. * debian/control (mandos/Depends): Added "python-gnupginterface". * mandos: (CryptoError, Crypto): New; uses GPG. (Client.encrypt_secret, Client.decrypt_secret): Removed. (ClientHandler.fingerprint): Use binascii.hexlify(). (main): Use Crypto class to decrypt. (main/cleanup): Use Crypto class to encrypt. Handle EACCES.