Jasypt (https://github.com/jasypt/jasypt) and the according Spring Boot integration (https://github.com/ulisesbocchio/jasypt-spring-boot) do not really seem to be alive any longer.
- issues with the latest LTS Java version (17)
- no activity in the most recent history
What are current good practices for encrypting properties in Spring Boot applications using open source libraries? Simple solutions preferred.