- Регистрация
- 15.05.2017
- Сообщения
- 436
- Благодарностей
- 104
- Баллы
- 43
Hello, could someone help decoding hex string to ASCII ?))
We have hex like this
Then we can trim all the crap so it becomes this -
4d6167696320496e7465726e6574204d6f6e6579
and if we convert it to ASCII using https://www.rapidtables.com/convert/number/hex-to-ascii.html for example , it becomes-
Magic Internet Money
Looking for a way to do in C#
We have hex like this
0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000144d6167696320496e7465726e6574204d6f6e65790000000000000000000000
Then we can trim all the crap so it becomes this -
4d6167696320496e7465726e6574204d6f6e6579
and if we convert it to ASCII using https://www.rapidtables.com/convert/number/hex-to-ascii.html for example , it becomes-
Magic Internet Money
Looking for a way to do in C#