You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.

The BlueriqEncryptor is located in the Runtime\Java\Webapp\Tools folder in the release zip. This is a java console application which can be used to create encrypted passwords to be used for password properties in the Runtime.

Start the application as a java executable jar:

>java -jar BlueriqEncryptor.jar
Enter the value to be encrypted: 

The application will ask for a value to be encrypted. Enter a value and press enter to get the encrypted value, for example 'welcome'.

Enter the value to be encrypted: welcome
Encrypted value for welcome = _-_encryptedValue_-_Cm1+yX5Ziyk=
Enter the value to be encrypted:

In this case the encrypted value is "_-_encryptedValue_-_Cm1+yX5Ziyk=". This value may be used in in property files where a password is expected.

Afterwards it is possible to enter a new value to be encrypted. Exit the application with Ctrl-C.

1 Comment

  1. Deze documentatie is niet correct voor deze versie. Parameter --password is verplicht. Zie: Property encryption