-
I have an application with Spring 4.3.5 with xml based configuration and I have some property sources definitions there.
I'd like to encrypt some property values so I added jasypt-spring-boot (1.1…
-
Use case:
secret.password=ENC(sdfsdfds...)
secret.url=http://user:${secret.password}@domain.com
Now secret URL when accessed, looks like it is NOT decrypting.
But when i tested `secret.url`…
-
- I am using jasypt-spring-boot to protect the secrets that are stored in application-*properties file in my spring boot app
- Our spring boot app running from AWS and we supply the `jasypt.encryptor…
-
Hi, I tried to change the app to use jasypt-spring-boot instead of starter and added @EnableEncryptableProperties After this it does not pick up the customer encryptor anymore and keep asking for pass…
-
Similar to #14 , I can't seem to get Rundeck to actually _use_ this plugin.
It shows up as a plugin, and the 'Log Storage' section exists. But 'Log Storage' insists that there is nothing to upload,…
-
Is there any way to encrypt properties in the configuration file?
application-prod.yml:
``` properties
mail.smtp.password: ENC(ISahsyegsFssYTTu+izOg==)
```
In old project with Spring 3.1 and XML co…
-
application.yml:
jasypt:
encryptor:
passwordEnvName: ${passwordEnvName}
or
jasypt:
encryptor:
password: systemEnvironment[${passwordEnvName}]
I Hope support s…
-
Current password comparison violates the "constant-time" discipline which could lead to a timing attack:
https://github.com/acciente/oacc-core/blob/master/src/main/java/com/acciente/oacc/PasswordCre…
-
https://gist.github.com/isuftin/debf46f08f216e62b3a5bc691865108e
Using 2.6.4-1 against a MySQL RDS. When using no encryption, keys get created without issue.
No further stack trace seems to be avail…
-
Hi UB,
I tried to run SimpleDemoApplication.class as is but end up with the below exception on startup. Can you please help me out?
```
org.springframework.context.ApplicationContextException: Excep…