You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure whether this is a problem with the rule set or tool:
When I specify...
KeyGenerator kg = KeyGenerator.getInstance("RSA");
Cipher c = Cipher.getInstance("AES/CBC");
c.init(Cipher.ENCRYPT_MODE, key, iv);
... then at the KeyGenerator, CogniCrypt tells me to use any of AES, BlowFish, DESede, ... when it should really only be AES, as the Cipher is clearly using AES. It was my understanding that our rules should be able to encode this.
Cheers
Eric
The text was updated successfully, but these errors were encountered:
Yes, I agree. I discussed it with Stefan:
Actually, there should be an error marker at the init call saying "No predicate generatedKey received for key". If we make the error marker text more explicit to include for "AES" it would be more helpful.
I am not sure whether this is a problem with the rule set or tool:
When I specify...
... then at the KeyGenerator, CogniCrypt tells me to use any of AES, BlowFish, DESede, ... when it should really only be AES, as the Cipher is clearly using AES. It was my understanding that our rules should be able to encode this.
Cheers
Eric
The text was updated successfully, but these errors were encountered: