Somebody heard about this encryption? [closed]
I've decrypted a packet with Aes 128 bit, and this the result I got. Has someone saw this before?
[B@766a24
Thanks !
Looks like you just System.out.println()
d a Java byte[]
.
Try using Arrays#toString(byte[])
.
精彩评论