Question

I've decrypted a packet with Aes 128 bit, and this the result I got. Has someone saw this before?

[B@766a24

Thanks !

Was it helpful?

Solution

Looks like you just System.out.println()d a Java byte[].

Try using Arrays#toString(byte[]).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top