Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Legacy property encryption

Since Blueriq 12.10, a new property encryption mechanism has been introduced, which is the default since then. The old mechanism still works for now, but its use is deprecated. It is scheduled for removal in Blueriq 13. Of you still want to encrypt passwords with the old mechanism, add the --legacy  flag to the PropertiesEncryptor:

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

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

Customizing property encryption (Blueriq 12.10+)

...