Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SVC2025.1

...

Table of Contents
maxLevel2

...

Encrypting Your Password

A username and password are required to request a license from License Server or DTP for SOAtest and Virtualize Server. We strongly recommend encoding encrypting your password to ensure successful authentication and a secure connection. After the WAR is deployed on to <SOAVIRT_HOME>, you can encode encrypt your password by running:

Excerpt

<SOAVIRT_HOME>/scripts/encodepass.sh <YOUR_PASSWORD>

or

<SOAVIRT_HOME>/scripts/encodepass.bat <YOUR_PASSWORD>

as appropriate for your OS. The encodepass script uses AES 256-bit encryption to encrypt your password.

You can also run a command line instance of SOAtest or Virtualize with the -encodepass flag, which also uses AES 256-bit encryption. Examples:

soatestcli.exe -encodepass <YOUR_PASSWORD> 

virtualizecli.exe -encodepass <YOUR_PASSWORD> 

Either method will generate an

...

encrypted string that you can use in place of the password property in the SOAtest and Virtualize Server configuration file. 

See  See CLI Options for additional information about command line options.  

...