Linux Commands Examples

A great documentation place for Linux commands

mcookie

generate magic cookies for xauth


see also : X - xauth - md5sum

Synopsis

mcookie [options]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples


no example yet ...

... Feel free to add your own example above to help other Linux-lovers !

description

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.

options

-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

Output version information and exit.

-h, --help

Display this help and exit.

availability

The mcookie command is part of the util-linux package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/.

files

/dev/random
/dev/urandom
/dev/audio
/proc/stat
/proc/loadavg


bugs

The entropy in the generated 128-bit is probably quite small (and, therefore, vulnerable to attack) unless a non-pseudorandom number generator is used (e.g., /dev/random under Linux).

It is assumed that none of the devices opened will block.


see also

X , xauth , md5sum

How can this site be more helpful to YOU ?


give  feedback