Re: Seriation

Liste des GroupesRevenir à s crypt 
Sujet : Re: Seriation
De : pollux (at) *nospam* tilde.club (Stefan Claas)
Groupes : sci.crypt
Date : 10. Dec 2024, 22:12:53
Autres entêtes
Organisation : To protect and to server
Message-ID : <vjaat5$12oq7$1@paganini.bofh.team>
References : 1 2 3 4 5
User-Agent : flnews/1.3.0pre21 (for GNU/Linux)
Stefan Claas wrote:

$ echo -n 'Hello sci.crypt! :-)' | xxd -ps | dkhf
48656C6C6F207363
692E637279707421
203A
2D29
 
$ echo -n 'Hello sci.crypt! :-)' | xxd -ps | dkhf | seriation
46 89 62 5E 66 C3 67 C2 67 F9 27 00 77 34 62 31
22 0D 32 A9
 
$ dokahex
Tagesschlüssel für den 09.12.2024 (UTC)
 
Tagesschlüssel 1:
Kasten: A    Kasten: B
0 4 6 A      6 9 E 3
F 1 3 E      7 2 4 D
7 C D 5      1 C 0 5
B 2 9 8      F 8 A B
 
And to simplify the encryption/decryption process, we could
do it this way. We only mirror from a -> b and b -> a, like:
 
With the seriation from above and the example box a and b:
 
Ciphertext: 90 B4 E1 etc.
 
This doublebox hex variation with only mirroring is IMHO
easy and would allow to transmit small binary blobs. :-)

I have now four programs ready. :-)

1. dkh (Doppelkasten Hex = doublebox hex)
2. dks (Doppelkasten Seration = doublebox seriation)
3. dkt (Doppelkasten Tagesschlüssel = doublebox daily keys)
4. dkk (Doppelkasten Krypto = doublebox crypto)

dkh takes an input file from stdin and pads it with 16 bytes
and produces always equal number of lines, due to padding, with
an output of 8 hex values per line. dks does then the seriation
and produces 16 hex bytes per line, with spaces between the values.

dkt produces n numbers of keys A and B per day, UTC time. With
a second version (for private use and not for sci.crpt) one can
generate the keys with a password and salt.

Finally dkk does the automatic  encryption from the dks file and
with a -d parameter the decryption, while using the produced key
files from dkt.

In the next couple of days I like then to run a Christmas Challenge,
with a given cipher message, to see how fast your rig can crack the
provided encrypted message. There are small prices for the Winner
and Runner-Up. I like to do this because I like to see how fast can
such messages been cracked, while I for myself do not do  cryptanalysis
and leave it to the experts like you.

--
Regards
Stefan

Date Sujet#  Auteur
7 Dec 24 * Seriation60Stefan Claas
7 Dec 24 +* Re: Seriation49Peter Fairbrother
8 Dec 24 i`* Re: Seriation48Stefan Claas
8 Dec 24 i +* Re: Seriation45Rich
8 Dec 24 i i+* Re: Seriation22Stefan Claas
8 Dec 24 i ii`* Re: Seriation21Rich
8 Dec 24 i ii `* Re: Seriation20Stefan Claas
1 Feb 25 i ii  `* Re: Seriation19Richard Heathfield
1 Feb 25 i ii   +- Re: Seriation1Stefan Claas
1 Feb 25 i ii   `* Re: Seriation17Stefan Claas
1 Feb 25 i ii    +* Re: Seriation2Stefan Claas
1 Feb 25 i ii    i`- Re: Seriation1Stefan Claas
1 Feb 25 i ii    `* Re: Seriation14Richard Heathfield
1 Feb 25 i ii     `* Re: Seriation13Stefan Claas
1 Feb 25 i ii      +* Re: Seriation2Stefan Claas
1 Feb 25 i ii      i`- Re: Seriation1Richard Heathfield
1 Feb 25 i ii      `* Re: Seriation10Richard Heathfield
1 Feb 25 i ii       `* Re: Seriation9Stefan Claas
1 Feb 25 i ii        +* Re: Seriation5Rich
1 Feb 25 i ii        i`* Re: Seriation4Stefan Claas
1 Feb 25 i ii        i +- Re: Seriation1Rich
1 Feb 25 i ii        i `* Re: Seriation2Richard Heathfield
1 Feb 25 i ii        i  `- Re: Seriation1Stefan Claas
1 Feb 25 i ii        `* Re: Seriation3Richard Heathfield
10 Feb 25 i ii         `* Re: Seriation2Ben Bacarisse
10 Feb 25 i ii          `- Re: Seriation1Richard Heathfield
1 Feb 25 i i`* Re: Seriation22Richard Heathfield
1 Feb 25 i i +* Re: Seriation4Rich
1 Feb 25 i i i`* Re: Seriation3Richard Heathfield
1 Feb 25 i i i +- Re: Seriation1Rich
1 Feb 25 i i i `- Re: Seriation1Stefan Claas
2 Feb 25 i i `* Re: Seriation17David Entwistle
2 Feb 25 i i  +- Re: Seriation1Chris M. Thomasson
3 Feb 25 i i  `* Re: Seriation15David Entwistle
3 Feb 25 i i   `* Re: Seriation14Richard Heathfield
4 Feb 25 i i    `* Re: Seriation13David Entwistle
4 Feb 25 i i     `* Re: Seriation12Richard Heathfield
8 Feb 25 i i      +* Re: Seriation7David Entwistle
8 Feb 25 i i      i`* Re: Seriation6Richard Heathfield
8 Feb 25 i i      i `* Re: Seriation5David Entwistle
9 Feb 25 i i      i  `* Re: Seriation4Richard Harnden
9 Feb 25 i i      i   `* Re: Seriation3David Entwistle
9 Feb 25 i i      i    `* Re: Seriation2Richard Harnden
10 Feb 25 i i      i     `- Re: Seriation1David Entwistle
11 Feb 25 i i      `* Re: Seriation4Ben Bacarisse
11 Feb 25 i i       `* Re: Seriation3Richard Heathfield
13 Feb 25 i i        `* Re: Seriation2Ben Bacarisse
13 Feb 25 i i         `- Re: Seriation1Richard Heathfield
8 Dec 24 i `* Re: Seriation2Stefan Claas
8 Dec 24 i  `- Re: Seriation1Stefan Claas
8 Dec 24 `* Re: Seriation10Peter Fairbrother
8 Dec 24  `* Re: Seriation9Stefan Claas
9 Dec 24   `* Re: Seriation8Peter Fairbrother
9 Dec 24    `* Re: Seriation7Stefan Claas
10 Dec 24     +* Re: Seriation2Stefan Claas
10 Dec 24     i`- Re: Seriation1Stefan Claas
10 Dec 24     `* Re: Seriation4Stefan Claas
10 Dec 24      `* Re: Seriation3Stefan Claas
14 Dec 24       `* Re: Seriation2Stefan Claas
15 Dec 24        `- Re: Seriation1Stefan Claas

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal