Liste des Groupes | Revenir à s crypt |
Richard Heathfield in sci.crypt:Excellent point! In fact, the character set is A-Za-z0-9/+ ... which does suggest very, very strongly that this is base64-encoded.
On 24/03/2025 21:33, hal@invalid.com wrote:[...]
ACKThere's no sign at all of which program>
encrypted it. Be it AES or not,
It's not. How do I know? Well, take a look at the histogram:
>
Code 49 ( 1) 19 ( 2.70%)
Code 88 ( X) 18 ( 2.55%)
Code 100 ( d) 16 ( 2.27%)
Code 105 ( i) 16 ( 2.27%)
Code 69 ( E) 15 ( 2.13%)
Code 70 ( F) 15 ( 2.13%)
Code 82 ( R) 15 ( 2.13%)
Code 99 ( c) 15 ( 2.13%)
Code 108 ( l) 15 ( 2.13%)
Code 111 ( o) 15 ( 2.13%)
>
For a flat ciphertext we'd expect to see each byte value 2-3 times, but
in your ciphertext 3/4 of the byte values don't appear /at all/.
But what about Base64?
The Base64 decoded 'text' has 528 bytes.Clearly a lot flatter.
There are 228 different byte values, most of which (88) occur once
and four seven times. I would expect 528/256 = 2.0625 per byte value.
Les messages affichés proviennent d'usenet.