powered by CADENAS

Manual

Manual

2.2.1.7. Use encrypted passwords in config file (9.04)

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

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

    $CADENAS_SETUP/scripts/plm/pasowrdEncrypt.vbb

  2. Enter the password to be encrypted.

  3. Click on 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>>")