// COMPLETE THREAD

Using PGP for pseudo random numbers?

2 expanded posts ยท every known parent and child

NODE 2704e30aUsing PGP for pseudo random numbers?
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?
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.