NODE 2704e30aUsing PGP for pseudo random numbers?
"Sean A. Walberg" <umwalber@cc.UManitoba.CA>Thu, 29 Feb 1996 06:37:26 +0800
How does one use the RNG in PGP? I thought that
pgp +makerandom=5000 would spit out a bunch of data, but I seem to be
mistaken.
Sean
=================] Will work for RAM [==================
| Sean A. Walberg | PGP key | C programmers |
| Computer Engineering ][ | on | do it in |
| umwalber@cc.umanitoba.ca | servers | libraries! |
=============] http://www.escape.ca/~sean [=============
NODE 9183848bRe: Using PGP for pseudo random numbers?
Derek Atkins <warlord@MIT.EDU>Thu, 29 Feb 1996 07:46:19 +0800
try:
pgp +makerandom=5000 out.bin
I.e., give it an output filename. Also, what version of PGP are you
using? This feature wasn't added until 2.6.2
-derek
> How does one use the RNG in PGP? I thought that
>
> pgp +makerandom=5000 would spit out a bunch of data, but I seem to be
> mistaken.