Re: [Drip] Need some coding help for HHIT

Robert Moskowitz <rgm@labs.htt-consult.com> Tue, 22 March 2022 12:06 UTC

Return-Path: <rgm@labs.htt-consult.com>
X-Original-To: tm-rid@ietfa.amsl.com
Delivered-To: tm-rid@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 4AC0C3A1184 for <tm-rid@ietfa.amsl.com>; Tue, 22 Mar 2022 05:06:25 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.91
X-Spam-Level:
X-Spam-Status: No, score=-1.91 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, NICE_REPLY_A=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tn4qQMuPoQcn for <tm-rid@ietfa.amsl.com>; Tue, 22 Mar 2022 05:06:19 -0700 (PDT)
Received: from z9m9z.htt-consult.com (z9m9z.htt-consult.com [23.123.122.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D0E833A116D for <tm-rid@ietf.org>; Tue, 22 Mar 2022 05:06:19 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by z9m9z.htt-consult.com (Postfix) with ESMTP id 7C75A6250B; Tue, 22 Mar 2022 08:05:28 -0400 (EDT)
X-Virus-Scanned: amavisd-new at htt-consult.com
Received: from z9m9z.htt-consult.com ([127.0.0.1]) by localhost (z9m9z.htt-consult.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id vG8tcsIFbgUR; Tue, 22 Mar 2022 08:05:20 -0400 (EDT)
Received: from [192.168.160.11] (unknown [192.168.160.11]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by z9m9z.htt-consult.com (Postfix) with ESMTPSA id 6867A623C1; Tue, 22 Mar 2022 08:05:20 -0400 (EDT)
Message-ID: <68fe4afa-dc4b-1dae-3976-c619f5780e37@labs.htt-consult.com>
Date: Tue, 22 Mar 2022 08:06:09 -0400
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0
Content-Language: en-US
To: mohamed.boucadair@orange.com, "tm-rid@ietf.org" <tm-rid@ietf.org>
References: <b9346f58-acd4-af9a-b476-9980513d0d1f@labs.htt-consult.com> <28313_1647945472_6239A700_28313_36_1_4b3362c729fa44919fa0c685dc773a86@orange.com>
From: Robert Moskowitz <rgm@labs.htt-consult.com>
In-Reply-To: <28313_1647945472_6239A700_28313_36_1_4b3362c729fa44919fa0c685dc773a86@orange.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/tm-rid/JMZYQCP8mjVEIfH2XAVlxbwp0uM>
Subject: Re: [Drip] Need some coding help for HHIT
X-BeenThere: tm-rid@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Drone Remote Identification Protocol <tm-rid.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tm-rid>, <mailto:tm-rid-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tm-rid/>
List-Post: <mailto:tm-rid@ietf.org>
List-Help: <mailto:tm-rid-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tm-rid>, <mailto:tm-rid-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Mar 2022 12:06:25 -0000

Med,

That is correct.  The second is not so important to maintain any more, 
but the HHIT generating script should be of value...

I am not a coder; really haven't coded since I worked with 'B' in the 
late '80s (Honeywell L6 and L66).

So if no one can step forward and at least change the script to support 
the 8-bit OGA, I will have to drop it.

Bob

On 3/22/22 06:37, mohamed.boucadair@orange.com wrote:
> Hi Bob,
>
> I guess you are referring to these two parts from the draft:
>
> (1)
>
> A python script is available for generating HHITs [hhit-gen].
>
> (2)
>
> A
>     Python script is available to randomly generate 1M HHITs that did not
>     produce a hash collision which is a simpler attack than a first or
>     second pre-image attack.
>
> Right?
>
> Cheers,
> Med
>
>> -----Message d'origine-----
>> De : Tm-rid <tm-rid-bounces@ietf.org> De la part de Robert Moskowitz
>> Envoyé : lundi 21 mars 2022 16:46
>> À : tm-rid@ietf.org
>> Objet : [Drip] Need some coding help for HHIT
>>
>> We have what is now an old python script to create HHITs:
>>
>> github.com/ietf-wg-drip/draft-ietf-drip-rid/blob/master/hhit-gen.py
>>
>> It is basically orphaned, so I am looking for someone willing/able to
>> update it or totally replace it.
>>
>> Please let me know, or I will just cut this out of the draft.
>>
>> thanks
>>
>> Bob
>>
>> --
>> Tm-rid mailing list
>> Tm-rid@ietf.org
>> https://www.ietf.org/mailman/listinfo/tm-rid
> _________________________________________________________________________________________________________________________
>
> Ce message et ses pieces jointes peuvent contenir des informations confidentielles ou privilegiees et ne doivent donc
> pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce message par erreur, veuillez le signaler
> a l'expediteur et le detruire ainsi que les pieces jointes. Les messages electroniques etant susceptibles d'alteration,
> Orange decline toute responsabilite si ce message a ete altere, deforme ou falsifie. Merci.
>
> This message and its attachments may contain confidential or privileged information that may be protected by law;
> they should not be distributed, used or copied without authorisation.
> If you have received this email in error, please notify the sender and delete this message and its attachments.
> As emails may be altered, Orange is not liable for messages that have been modified, changed or falsified.
> Thank you.
>