0

I was referring this site for RC4 encryption.

there they are getting 2 outputs after encryption one hexadecimal output and other is hexadecimal converted to special characters. like in the following image

enter image description here

I was able to replicate the hexadecimal output in java.

My problem is:

  • what type of conversion is this?
Arun Michael
  • 190
  • 2
  • 12

1 Answers1

1

It seems to be the characters as obtained by interpreting the bytes as characters encoded using ISO-88659-1.

JB Nizet
  • 678,734
  • 91
  • 1,224
  • 1,255