Finding block mode and key length from encrypted data [migrated]
I have an AES encrypted data and the key, but I am not able to tell the block cipher mode [ECB|CBC|CTR] used in encryption or know the key length.
Below is the encrypted data output in java.
{"encrypt_data":"GorwlI4cdifSjaKM… Continue reading Finding block mode and key length from encrypted data [migrated]