Spring Boot integration for encrypting application properties with Jasypt.
jasypt-spring-boot integrates Jasypt encryption into Spring Boot applications to decrypt encrypted configuration properties at runtime. It provides auto-configuration, annotations and a build plugin, and supports password-based, asymmetric (DER/PEM) and AESβGCM encryption β suitable for Spring-based web services and backend applications that need to secure configuration secrets.
0