download mcookie.1
Language: NonCode
LOC: 0
Project Info
pkg-loop-aes
Server: Debian-SVN
Type: svn
...\loop‑aes‑utils\misc‑utils\
   cal.1
   cal.c
   cal_test.sh
   chkdupexe.1
   chkdupexe.pl
   ddate.1
   ddate.c
   flushb.c
   kill.1
   kill.c
   kill.h
   logger.1
   logger.c
   look.1
   look.c
   mcookie.1
   mcookie.c
   namei.1
   namei.c
   procs.c
   README.cal
   README.namei
   README1.namei
   rename.1
   rename.c
   reset.1
   reset.sh
   script.1
   script.c
   scriptreplay.1
   scriptreplay.pl
   setterm.1
   setterm.c
   sparc-solaris-hostid.sh
   whereis.1
   whereis.c
   write.1
   write.c

.\" mcookie.1 -- 
.\" Public Domain 1995 Rickard E. Faith (faith@cs.unc.edu)
.TH MCOOKIE 1 "25 September 1995" "" "Linux Programmer's Manual"
.SH NAME
mcookie \- generate magic cookies for xauth
.SH SYNOPSIS
.BI "mcookie [\-v] [\-f " filename " ]"
.SH DESCRIPTION
.B mcookie
generates a 128-bit random hexadecimal number for use with the X authority
system.  Typical usage:
.RS
xauth add :0 . `mcookie`
.RE
.PP
The "random" number generated is actually the output of the MD5 message
digest fed with various piece of random information: the current time, the
process id, the parent process id, the contents of an input file (if
.B \-f
is specified), and several bytes of information from the first of the
following devices which is present:
.IR /dev/random ,
.IR /dev/urandom ,
files in
.IR /proc ,
.IR /dev/audio .
.SH 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.,
.I /dev/random
under Linux).
.PP
It is assumed that none of the devices opened will block.
.SH FILES
.I /dev/random
.br
.I /dev/urandom
.br
.I /dev/audio
.br
.I /proc/stat
.br
.I /proc/loadavg
.SH "SEE ALSO"
.BR X (1),
.BR xauth (1),
.BR md5sum (1)

About Koders | Resources | Downloads | Support | Black Duck | Submit Project | Terms of Service | DMCA | Privacy Policy | Site Map| Contact Us