The ciphertext is a decimal number which has to be transformed
(as Richard wrote here, too, some weeks ago, IIRC) to a 16-bit
or 256-bit coded plaintext.
- subsequently use "bc" for transformation to 16-bit:
| cl@pc-731:/tmp$ echo "obase=16;$(cat two)" | BC_LINE_LENGTH=0 bcC6565662065687420796C6E6F207369202C73616C61202C657A6972702072756F59202E74786574726568706963206568742064657470797263656420796C6C756673736563637573206576616820756F592021534E4F4954414C55544152474E4F43
| A353230322F332F373220686A722E2E2E0A0A2E2E2E656E6F64206C6C65570A0A3F7468676972202C676E696874656D6F732073277461687420747562202E2E2E656772656D6520747865747265687069632065687420676E69656573206D6F72662074656720756F79206E6F6974636166736974617320666F20676E696
| cl@pc-731:/tmp$
- the text then has only to be reversed
On 01/06/2025 07:26, Marcel Logen wrote:
- the text then has only to be reversed
Curiouser and curiouser!
I asked ChatGPT to have a look at this, and it too had to reverse
the text, but...
I didn't!
Did the entire universe change endianness while I wasn't looking?
On 01/06/2025 08:15, Marcel Logen wrote:[...]
Richard Heathfield in sci.crypt:
On 01/06/2025 07:26, Marcel Logen wrote:
- the text then has only to be reversed
Mystery solved.
It turns out that my bignum library (which is little-endian)
doesn't bother to switch to or from big-endian before file
operations. In 25 years, this is the first time it's ever mattered.
Richard Heathfield in sci.crypt:
On 01/06/2025 07:26, Marcel Logen wrote:
- the text then has only to be reversed
Curiouser and curiouser!
I asked ChatGPT to have a look at this, and it too had to reverse
the text, but...
I didn't!
Did the entire universe change endianness while I wasn't looking?
With "dc" the same result here:
| cl@pc-731:/tmp$ dc -e "$(cat two) P" | hexdump -Cv
This data has an odd number of hex digits, so prepend a "0";
then you can use the Linux tool "xxd" for transformation to
readable text:
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (2 / 14) |
Uptime: | 151:32:27 |
Calls: | 10,383 |
Files: | 14,054 |
Messages: | 6,417,807 |