-
Get some false positives, example below.
Example : https://www.hack23.com/sonar/dashboard/index?id=com.hack23.cia%3Acitizen-intelligence-agency%3Asrc%2Fmain%2Fresources%2Fdatabase.properties
Usi…
-
Below is the error I get:
Caused by: java.lang.UnsupportedClassVersionError: com/ulisesbocchio/jasyptspringboot/EnableEncryptablePropertySourcesPostProcessor : Unsupported major.minor version 52.0 (un…
-
I have tried to apply the similar setup for the other app, but I have encountered this issue.
`
Jun 27, 2016 12:33:50 PM org.apache.catalina.startup.VersionLoggerListener log
WARNING: Cannot enhance…
-
Hi Ulises, I created a very simple spring boot REST service (https://github.com/donstrong/spring-boot-jasypt) in attempts to decrypt an encrypted property in a different configuration file (one other …
-
If we provide an encrypted property and password within the war (for db password) and then override this in the deployment environment with another encrypted property and jasypt password then the /env…
-
Hello,
Can I use it to decrpyt value from Environment Variable?
I tried something like this:
spring.datasource.password=ENC(${DB_PASSWORD})
and I got an error : org.jasypt.exceptions.EncryptionOper…
-
```
Currently we store passwords and pass phrases in clear text in property files,
that is not acceptable from a security perspective.
Jasypt could potentially be used to improve this, see the follo…
-
```
Currently we store passwords and pass phrases in clear text in property files,
that is not acceptable from a security perspective.
Jasypt could potentially be used to improve this, see the follo…
-
```
Dependency was added in #183 for handling encrypted passwords in property files
(with jasypt), but is only required for Java 5 or older.
Mule 3.2 requires Java 6.
See: http://www.jasypt.org/depen…
-
Hi,
I'm using spring properties (from application.yml file) inside my logback-spring.xml (see logback extensions inside the spring-boot doco)
That works fine but _not_ for encrypted properties (I woul…
kbjp2 updated
8 years ago