jasypt-spring-boot icon indicating copy to clipboard operation
jasypt-spring-boot copied to clipboard

Jasypt integration for Spring boot

Results 104 jasypt-spring-boot issues
Sort by recently updated
recently updated
newest added

When using either `encrypt` and specifying `path` or using `encrypt-value` (where no path should be necessary), the Maven plugin always fails because `file:./src/main/resources` does not exist. This seems to be...

I found that you convert PropertySource through extension BeanPostProcessor. if I want to use BeanDefinitionRegistryPostProcessor for extension and use Binder for property, binding, the encrypted attributes cannot be decrypted, how...

I use the maven-plugin features to encrypt and decrypt entires property files on my local environnent, it works wonders. I would find useful to have the same functionality as a...

feature

I was using jasypt-spring-boot-starter:3.0.4 when I found out, My custom SpringBoot Banner is missing 😂。 SpringBoot Version : 2.3.12.RELEASE It's not a big deal. It's all about getting better。

Let's say if i want to tentively disable jasypt from decrypting my properties value in my spring-boot based application, what is the cleanest way to do so. Is there any...

HI Team, Due to the vulnerability of [CVE-2021-44832](https://nvd.nist.gov/vuln/detail/CVE-2021-44832) pls upgrade the log4j version to 2.17.1 and release a new version. https://spring.io/blog/2021/12/10/log4j2-vulnerability-and-spring-boot we are unable to exclude the dependency during maven...

Thanx for making great module! "Asymmetric Encryption" is very good feature. Private key remains secret. Only Public key is needed for encryption! Excellent. **Problem description** There is one issue with...

feature

Hello. I know that this problem already is knowed but I literally followed all suggestions but even that I couldn't fix this yet. I'm using Java 11, Spring Boot 2.5.6....

extension-configs: # multiple config overload - data-id: obvious-env-config-role.yaml #db group: PWD_CHANGE refresh: true - data-id: obvious-env-config-role.yaml #db group: PWD_CHANGE2 refresh: true #Only support one shared yaml shared-configs: - data-id: shared-common-param.yaml...

Hi, When updating Spring to v2.6+ I keep getting this circular reference: ``` The dependencies of some of the beans in the application context form a cycle: tomcatServletWebServerFactory defined in...