Encryption
Encryption copied to clipboard
Different Algorithms for SecretKey and Cipher
Hi @ademar111190
Please add possibility to specify different algorithms for SecretKey and Cipher.
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.
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.