I want to decrypt some DES3 encrypted messages from other aplication. The problem is, that ruby uses backslash notation, which looks like that:
\xE7B8\xCF\xFC\x9Fu\fkΖ\xB3\u001As\x93\xFF
and I'm receiving something like that:
6613E58F24183FC60B2BB1A2EE9DA61A
I now how to use encryption in ruby, but I have no idea how to deal when I got notation as above. Do I need to convert it somehow? Any help would be greatly appreciated.