Activity for Mark Williams

  • Mark Williams Mark Williams posted a comment on ticket #32

    Modified Main.java example using PBEConfig.

  • Mark Williams Mark Williams posted a comment on ticket #32

    I took Andrews patch and applied it to jasypt-1.9.3-SNAPSHOT. I was trying to use PBEWithHmacSHA512AndAES_256 algorithm on apache ActiveMQ, which requires an "iv". Seems Jasypt / Spring has issues with mapping parameters to beans that are not named in camel case. So getIV()/setIV() basically make it impossible to map the values to the PBEConfig object. When I renamed these as getIv()/setIv() then spring was able to map them. There also seems to be an issue with setting the parameters to the PBEConfig...

1