Hello,

start cmd:> gpg --version
gpg (GnuPG) 2.0.19
libgcrypt 1.5.3

I would expect that "gpg --armor --gen-random 1" does not follow the 
documentation statement "If count is not given or zero, an endless sequence of 
random bytes will be emitted." unconditionally as this doesn't make any sense 
IMHO.

Reality:

gpg --armor --gen-random 1 30 | dd if=/dev/stdin of=/dev/null bs=10 count=1

terminates but

gpg --armor --gen-random 1 | dd if=/dev/stdin of=/dev/null bs=10 count=1

doesn't.


Hauke
-- 
Crypto für alle: http://www.openpgp-schulungen.de/fuer/bekannte/
OpenPGP: 7D82 FB9F D25A 2CE4 5241 6C37 BF4B 8EEF 1A57 1DF5

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Reply via email to