You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Changes in default password properties

With the upgrade to Spring Framework 5.0 the password storage has undergone a major change to provide more secure defaults. This means that passwords are now stored in an encrypted way by default. Existing passwords in publisher.properties should all be prefixed with {noop} to ensure that any existing plain text passwords will still work. The default encryption algorithm is Bcrypt. If password encryption is not turned off by the user, any password that is changed will be stored using Bcrypt, and thus stored in publisher.properties prefixed with {bcrypt}.

Please update the oauth2.secret accordingly.


On this page:

Changes in third-party libraries

Please take a look at the Blueriq Publisher 4 libraries


  • No labels