hello guys i have a problem with jasypt-spring-boot, after upgrading this maven dependency my decryption does not work anymore, i'm getting Caused by: com.ulisesbocchio.jasyptspringboot.exception.DecryptionException: Unable to decrypt property: ENC(/mlNAXHOWyj+ePy7k0JC6WiYxxssJz+57fz97o........) resolved to: ENC(/mlNAXHOWyj+ePy7k0JC6WiYxxssJz+57fz97o....). Decryption of Properties failed, make sure encryption/decryption passwords match
i'm using database.encryption.algorithm=PBEWITHHMACSHA512ANDAES_128
and here is my config:
i tried to add: config.setIvGeneratorClassName("org.jasypt.iv.RandomIvGenerator"); but it didn't work
PI @ulisesbocchio can you help please because i saw that you know where this probleme come from.
hello guys i have a problem with jasypt-spring-boot, after upgrading this maven dependency my decryption does not work anymore, i'm getting Caused by: com.ulisesbocchio.jasyptspringboot.exception.DecryptionException: Unable to decrypt property: ENC(/mlNAXHOWyj+ePy7k0JC6WiYxxssJz+57fz97o........) resolved to: ENC(/mlNAXHOWyj+ePy7k0JC6WiYxxssJz+57fz97o....). Decryption of Properties failed, make sure encryption/decryption passwords match
i'm using database.encryption.algorithm=PBEWITHHMACSHA512ANDAES_128
and here is my config:My dependency looks like this:
i tried to add: config.setIvGeneratorClassName("org.jasypt.iv.RandomIvGenerator"); but it didn't work PI @ulisesbocchio can you help please because i saw that you know where this probleme come from.