문제

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[]).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top