How do I properly use the “PBEWithHmacSHA512AndAES_256” algorithm?

后端 未结 2 1203
闹比i
闹比i 2020-12-17 22:19

I\'m doing some Java encryption, and cannot figure out a way to properly use the the PBEWithHmacSHA512AndAES_256 algorithm.

Encryption seems to work fine, but I am u

2条回答
  •  难免孤独
    2020-12-17 22:31

    I've enhanced the StandardPBEByteEncryptor from teh jasyptto support the "PBEWithHmacSHA512AndAES_256" algorithm. see code here

    See the unit test here PBEEncryptorTest

提交回复
热议问题