What password encryptions can I use?

You can use passwords encrypted by all three methods (DES, AES, TripleDES). For example, for TripleDES writing the following into runtime configuration file should be sufficient:

crypted:DESede:Run6FhNCy15AvhTCjcJTq8Gy/PKM/014P3uHatiXsWE=

Therefore, you just need to obtain the hash. You can obtain it by running the following:

onlinectl.bat password –desede
brble

where:

onlinectl.bat

Is a runnable script in Windows (available in [ DQS]/runtime/bin).

password

Is a parameter used for encrypting.

–desede

Is a parameter for the TripleDES encryption (the others are -aes and -des).

brble

Is the real password in plain text.


iWay Software