ulisesbocchio / jasypt-spring-boot

Jasypt integration for Spring boot
MIT License
2.9k stars 520 forks source link

Is there a plan for the project to support jdk17? #389

Open chengyouling opened 7 months ago

chengyouling commented 7 months ago

version 3.0.4; problem: at StandardPBEByteEncryptor.class 1153 line

synchronized (this.decryptCipher) { this.decryptCipher.init( Cipher.DECRYPT_MODE, this.key, parameterSpec); decryptedMessage = this.decryptCipher.doFinal(finalEncryptedMessageKernel); }

Cipher.doFinal(byte[] xx) method not support in jdk17.