-
@ulisesbocchio
I have two spring boot projects, one uses java based configuration and other uses XML based configuration.
We have a new requirement of encrypting properties present in application…
-
From what I can tell, all the guides on the website use insecure cryptography. This will lead to users building insecure software from copying these examples. Some issues:
- http://www.jasypt.org/e…
-
Owner is very cool framework in my opinion. However, how about the security of storing password in properties? Can owner support for encryptable properties like in Jasypt http://www.jasypt.org/encrypt…
-
AbstractJasyptMojo overrides already set spring.config.location which inhibits one from pointing out another location for application.properties e.g.
mvn jasypt:encrypt -Djasypt.encryptor.password…
-
Example Input
password=DEC(aaa)bbb)
Output:
password=ENC(aNUBHFyXZxvq4hGBSRSOSmwK0ZEZVvp/1fBP0mTUR9zyyFuGeS4zprlUZuJO2qH6)bbb)
It has only encrypted the "aaa". and the trailing "bbb)" has been…
-
When runnin the below:
from jasypt4py import StandardPBEStringEncryptor
cryptor = StandardPBEStringEncryptor('PBEWITHSHA256AND256BITAES-CBC')
cryptor.encrypt('JASYPT_ENCRYPTOR_PASSWORD', 'passw…
-
Some clients will require us to encrypt passwords in configuration.
-
```
Hi,
I am trying to export a file with all the passwords that we need to have on web
password safe, I am trying to insert them directly in the database by inserting
the required information in a…
-
Gradle is mainly used where I work. Could someone add a gradle plugin equivalent of the maven plugin?
-
```
Hi,
I am trying to export a file with all the passwords that we need to have on web
password safe, I am trying to insert them directly in the database by inserting
the required information in a…