pwdecrypt -V (return code: 1)
Type pwdecrypt -H for more detailed descriptions
Usage: pwdecrypt [-i <input-file>] [-o <output-file>] [-d <dir>]
[-l logfile] [-p pwd] [-f pwfile]
pwdecrypt -H (return code: 1)
Usage: pwdecrypt [-i <input-file>] [-o <output-file>] [-d <dir>]
[-l logfile] [-p pwd] [-f pwfile]
Decode encrypted passwords (and other data).
This program reads in standard configuration files looking
for base 64 encoded data. Data that looks like it's base 64 encode
is decoded an passed to the NSS SDR code. If the decode and decrypt
is successful, then decrypted data is outputted in place of the
original base 64 data. If the decode or decrypt fails, the original
data is written and the reason for failure is logged to the
optional logfile.
-i read_file Read stream including encrypted data from "read_file"
-o write_file Write results to "write_file"
-d dbdir Find security databases in "dbdir"
-l log_file Log failed decrypt/decode attempts to "log_file"
-p pwd Token password
-f pwfile Password file