ulisesbocchio / jasypt-spring-boot

Jasypt integration for Spring boot
MIT License
2.88k stars 514 forks source link

application.properties jasypt.encryptor.password property is not working with 3.0.3 version. #271

Closed gokdeemir closed 3 years ago

gokdeemir commented 3 years ago

application.properties jasypt.encryptor.password property is not working with 3.0.3 version. When I changed only the version to 2.0.0, it works finely.

neozo commented 3 years ago

application.properties jasypt.encryptor.password property is not working with 3.0.3 version. When I changed only the version to 2.0.0, it works finely.

i have the same problem, how did you fix it?

ulisesbocchio commented 3 years ago

you have to re-encrypt your properties, the default encryption algorithm changed in version 2.1.2. Details here: https://github.com/ulisesbocchio/jasypt-spring-boot#update-11242019-version-300-release-includes

ulisesbocchio commented 3 years ago

3.0.4 released