Encryption icon indicating copy to clipboard operation
Encryption copied to clipboard

Different Algorithms for SecretKey and Cipher

Open agrebnev opened this issue 10 years ago • 2 comments

Hi @ademar111190

Please add possibility to specify different algorithms for SecretKey and Cipher.

agrebnev avatar Mar 16 '15 20:03 agrebnev

Yes it is in the plans, today change the algorithms is almost impossible but in next versions the goal is a good modularization to change easily the algorithms.

ademar111190 avatar Mar 20 '15 14:03 ademar111190

I suppose it is easy. Now you have setAlgorithm method. I offer to make one more like setCipherAlgorithm.

I would like to use "AES/CBC/PKCS5Padding" for Cipher and "AES" for Secret Key. Now it is impossible.

agrebnev avatar Mar 21 '15 18:03 agrebnev