PGP key generation

    % mkdir .pgp
    % chmod 700 .pgp
    % pgp -kg
    Pretty Good Privacy(tm) 2.6.2 - Public-key encryption for the masses.
    (c) 1990-1994 Philip Zimmermann, Phil's Pretty Good Software. 11 Oct 94
    Uses the RSAREF(tm) Toolkit, which is copyright RSA Data Security, Inc.
    Distributed by the Massachusetts Institute of Technology.
    Export of this software may be restricted by the U.S. government.
    Current time: 1996/11/09 13:01 GMT
    Pick your RSA key size:
	1)   512 bits- Low commercial grade, fast but less secure
	2)   768 bits- High commercial grade, medium speed, good security
	3)  1024 bits- "Military" grade, slow, highest security
    Choose 1, 2, or 3, or enter desired number of bits: 3
    Generating an RSA key with a 1024-bit modulus.

    You need a user ID for your public key.  The desired form for this
    user ID is your name, followed by your E-mail address enclosed in
    <angle brackets>, if you have an E-mail address.
    For example:  John Q. Smith <12345.6789@compuserve.com>
    Enter a user ID for your public key: 
    Donald A Watrous <watrous@cs.rutgers.edu>

    You need a pass phrase to protect your RSA secret key.
    Your pass phrase can be any sentence or phrase and may have many
    words, spaces, punctuation, or any other printable characters.

    Enter pass phrase:                # does not echo
    Enter same pass phrase again: 
    Note that key generation is a lengthy process.

    We need to generate 911 random bits.  This is done by measuring the
    time intervals between your keystrokes.  Please enter some random text
    on your keyboard until you hear the beep:
     911 . (does not echo) 0 * -Enough, thank you.
    ...............................**** ..........**** 
    Key generation completed.
    %

This page last updated November 11, 1996.