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

Before Blueriq 12.10, a different encryption mechanism was used. Since Blueriq 12.10, its use is deprecated. It is scheduled for removal in Blueriq 14.

If, in Blueriq 12.10+, you still want to encrypt passwords with the old mechanism, you can add the --legacy  flag to the PropertiesEncryptor:

> java -jar BlueriqEncryptor.jar --legacy
Enter the value to be encrypted: welcome
Encrypted value for welcome = _-_encryptedValue_-_Cm1+yX5Ziyk=
Enter the value to be encrypted: 

If you are using a Blueriq version before 12.10, the --legacy flag is not required.

Legacy encrypted properties can be recognized from the _-_encryptedValue_-_ prefix.

  • No labels