Re: Avoid pinentry-gtk-2 when using console!

2009-05-31 Thread Moritz Schulte
> This bugs me because I'm working on the console and have to move my > fingers from the keyboard to my mouse (or whatever) to enter the pin > into the X widget instead of console! Actually, the graphical pinentry should capture the keyboard focus and thus make it unnecessary to use the mouse in t

Re: Any UNIX API for GPG available?

2009-06-24 Thread Moritz Schulte
> If anyone knows of other free implementations, i'd be happy to hear > about them too. cryptlib. mo ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users

Re: GnuPG Made Easy documentation

2006-12-26 Thread Moritz Schulte
GPGME's API is documented in the info manual, which is part of the GPGME package. Thanks, Moritz ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users

Re: USB vs Smart Card?

2006-12-29 Thread Moritz Schulte
> Can I use a USB instead of a Smart Card? Without further context this question does not make too much sense. USB sticks (i guess that is what you mean) are completely different from smartcards when it comes to security solutions. Surely it is possible to e.g. store secret keys on a USB stick a

Re: GnuPG & OpenSSH

2007-08-20 Thread Moritz Schulte
> 1. Is it possible to have only one key pair (public & secret pref. DSA) that > can be used for both GPG & OpenSSH? (as a sys admin of some interest in > cryptography, this is an important question) Uhm, possible... sure, why not. I just don't know right now how one would achive that. > 2.

Re: OpenPGP card +Lock screen -- possible???

2008-05-20 Thread Moritz Schulte
> Any other thoughts?? More or less. But it requires some hacking. SCDaemon allows for signalling in case of certain events, including card removal. One approach would be: write a small daemon, which connects to SCDaemon and waits for the card-removal event. Let that daemon execute a user-defi

[Announce] Poldi 0.4 released

2008-08-07 Thread Moritz Schulte
Poldi 0.4 has been released. Poldi is our PAM module, which implements authentication through the OpenPGP smartcard. It can be fetched from: ftp://ftp.gnupg.org/gcrypt/alpha/poldi/poldi-0.4.tar.bz2 ftp://ftp.gnupg.org/gcrypt/alpha/poldi/poldi-0.4.tar.bz2.asc Changes since version 0.3 are: * Man

Re: Poldi and kdesu

2008-11-03 Thread Moritz Schulte
Hi, > But there is a problem with kdesu. It only works when the PIN of my card > is already cached. I cannot really see right now, what's wrong in respect to kdesu. But it needs to be debugged of course. Please add to your poldi.conf file something like: # Specify the log file: log-file /h

Re: paperkey // ? feature request

2009-02-10 Thread Moritz Schulte
> the latter cannot be attacked without the keypair and the > passphrase, Keep in mind that we are talking about a hybrid crypto system. Your hidden assumption seems to be that the session key which is generated during encryption to a public key is not worth attacking. Then, nothing prevents you

Re: future proof file encryption

2009-02-27 Thread Moritz Schulte
> Is it true to say then, > that if you wanted someone to be able to decrypt a > (symmetrically encrypted) file, they'd need to know the algorithm used, > the key and they'd also have to use the same program to decrypt as used > to encrypt the file? Not quite. In general: you shouldn't base the se