I noticed that the new hibernate-hikaricp connection provider doesn't seem to provide any support for Jasypt encryption.
I managed to make hikaricp to work with a jasypt encrypted password through the jasypt-spring-boot-starter package but I also have non-spring applications and I couldn't find an encryption solution for those.
Did I miss anything ?
Looks like EncryptedDriverManagerConnectionProviderImpl from the jasypt-hibernate4-ext package provides such on-the-fly decryption concept. In the same way, would it be possible to integrate a jasypt decryptor in hikaricp's connection provider ?
best regards
kbjp
Read full article from Connection string password encryption in non-spring environment · Issue #359 · brettwooldridge/HikariCP
No comments:
Post a Comment