2.2.1.6. Use encrypted passwords in config file

If you want to use an encrypted password in a configuration file, then do the following:

  1. Call the following script (either via PARTdataManager -> Extras menu -> Start VBS/VBB script [Start VBS/VBB script...]... or via cscripthost ):

    $CADENAS_SETUP/scripts/plm/pasowrdEncrypt.vbb

  2. Enter the password to be encrypted.

  3. Click on Encrypt [Crypt].

    -> You receive the encrypted password.

  4. Now you can use the encrypted password in a configuration file.

    Example:

    password=?getObject("iface.passwordService").decryptPassword("<<encryptedPassword>>")