Description
Type integer READ/WRITE
Set iolog_encrypt to true to encrypt the contents of the keystroke log. The pmreplay program decrypts the log before displaying it. The default value is false.
Example
if (command in {"csh","ksh"}) { iolog_encrypt = true; log_passwords = false; iolog_errmax = 10000; iolog_opmax = 10000; iolog = mktemp("/var/adm/pm." + user + "." + command + ".XXXXXX"); accept; }