Purpose
Encipher text.

	Method
Use a password to inialize the random number generator. Then add a sequence
of random numbers to the text characters. Adjust the results so they always
lie within the visible ASCII characters.

	Disclaimer
This example program is provided "as is" with no warranty of any kind. It is
intended for demonstration purposes only. In particular, it does no error
handling. 