-h,--help
Display a summary of the command-line options.
-L,--license
Display license information.
-V,--version
Display version information.
-q,--quiet
Display only the creds/sec numeric result. This is useful for producing input files for ministat.
-c,--cipherstring
Specify the cipher type, either by name or number.
-C,--list-ciphers
Display a list of supported cipher types.
-m,--macstring
Specify the MAC type, either by name or number.
-M,--list-macs
Display a list of supported MAC types.
-z,--zipstring
Specify the compression type, either by name or number.
-Z,--list-zips
Display a list of supported compression types.
-e,--encode
Encode (but do not decode) each credential. By bypassing the decode operation, the credential is
not stored in the replay cache.
-d,--decode
Encode and decode each credential.
-l,--lengthbytes
Specify an arbitrary payload length (in bytes). The integer may be followed by a single-character
modifier: k=kilobytes, m=megabytes, g=gigabytes; K=kibibytes, M=mebibytes, G=gibibytes.
-u,--restrict-uiduid
Specify the user name or UID allowed to decode the credential. This will be matched against the
effective user ID of the process requesting the credential decode.
-g,--restrict-gidgid
Specify the group name or GID allowed to decode the credential. This will be matched against the
effective group ID of the process requesting the credential decode, as well as each supplementary
group of which the effective user ID of that process is a member.
-t,--ttlseconds
Specify the time-to-live (in seconds). This controls how long the credential is valid once it has
been encoded. A value of 0 selects the default TTL. A value of -1 selects the maximum allowed
TTL.
-S,--socketpath
Specify the local socket for connecting with munged.
-D,--durationseconds
Specify the test duration (in seconds). The default duration is one second. A value of -1
selects the maximum duration. The integer may be followed by a single-character modifier:
s=seconds, m=minutes, h=hours, d=days.
-N,--num-credsinteger
Specify the number of credentials to generate. The integer may be followed by a single-character
modifier: k=kilobytes, m=megabytes, g=gigabytes; K=kibibytes, M=mebibytes, G=gibibytes.
-T,--num-threadsinteger
Specify the number of threads to spawn for processing credentials.
-W,--warn-timeseconds
Specify the maximum number of seconds to allow for a given munge_encode() or munge_decode()
operation before issuing a warning.