JadeKnight
IS-IT--Management
I'm doing a script wich must convert a string from one format to another.
This is the string :
c9e0dbb492006a49864a94100fb34da9
This is how it should be after converted :
\c9\e0\db\b4\92\00\6a\49\86\4a\94\10\0f\b3\4d\a9
I've tried to twist my head to figure out a smart way to do it, but I'm stuck. Any help would be appreciated
This is the string :
c9e0dbb492006a49864a94100fb34da9
This is how it should be after converted :
\c9\e0\db\b4\92\00\6a\49\86\4a\94\10\0f\b3\4d\a9
I've tried to twist my head to figure out a smart way to do it, but I'm stuck. Any help would be appreciated