Password: Encrypt
For all modules passwords kann be passed on in encrypted form. To create the encrypted password this module be used. Additionally the module is able to decrypt the passwords. Therefore it is required to define an output file has the decrypted password will not be shown in the report.
Designation
- Name
- util.PasswordCrypt
- Aliases
- PasswordCrypt
Configuration
- Optionen
- Password String (
password
) - The password that should be encrypted or decrypt. What needs to be done is determined automatically
- Password File (
password-file
) - A file containing the password that should be encrypted or decrypted
- Output File (
output-file
) - If given the encrypted/decrypted password will be stored in the file
- Write password to report (
password-to-report
) - Writes the decrypted password to report in plain text
Description
The module automatically recognizes whether the password provided is encrypted or not. The encrypted or decrypted password can be written to a file. By default, the password is not written to the report when decrypting. This can be enforced with the password-to-report option.