|
mcookie — generate magic cookies for xauth
mcookie
[options]
mcookie generates a 128-bit random hexadecimal number for use with the X authority system. Typical usage:
xauth add :0 . `mcookie`
The "random" number generated is actually the output of
the MD5 message digest fed with various pieces of random
information: the current time, the process id, the parent
process id, and optionally the contents of an input file. and
several bytes of information from the first of the following
devices which is present: /dev/random
, /dev/urandom
, files in /proc
, /dev/audio
.
−f
, −−file
=FILE
Use file as a macig cookie seed. When file is defined as `-' character input is read from stdin.
−v
, −−verbose
Explain what is being done.
−V
, −−version
Display version information and exit.
−h
, −−help
Display help text and exit.