79136919

Date: 2024-10-29 11:05:56
Score: 2.5
Natty:
Report link

It turns out that I sent it incorrectly. It was necessary not to convert to bytes through getBytes, but through

"3E8C060102010202978884AD978885F264".match(/.{1,2}/g).map(byte => parseInt(byte, 16)) It's in javascript

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Like Channel