Deutsch   English   Français   Italiano  
<v7s3l7$1uq6p$2@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com>
Newsgroups: sci.crypt
Subject: Re: HMAC cipher and a TRNG...
Date: Wed, 24 Jul 2024 16:44:39 -0700
Organization: A noiseless patient Spider
Lines: 32
Message-ID: <v7s3l7$1uq6p$2@dont-email.me>
References: <v69m0j$3e2id$1@dont-email.me> <v69vjv$3fu1v$1@dont-email.me>
 <v6cclq$3veiq$1@dont-email.me> <v6cemu$3vkt2$1@dont-email.me>
 <v6eqj8$f608$1@dont-email.me> <v6flab$n028$1@dont-email.me>
 <v6ftof$od4m$1@dont-email.me> <v6ftu6$od4m$2@dont-email.me>
 <v6fu5s$od4m$3@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 25 Jul 2024 01:44:40 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="3a3d42b0da11387c2e7b664ec6f3325e";
	logging-data="2058457"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX18u5flmm8ONWmJrl1KF8tCLja+qgZiiSvM="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:1Ny9vQ9566oO1tmFOM4xeGA66/M=
In-Reply-To: <v6fu5s$od4m$3@dont-email.me>
Content-Language: en-US
Bytes: 2562

On 7/7/2024 10:41 PM, Chris M. Thomasson wrote:
> On 7/7/2024 10:37 PM, Chris M. Thomasson wrote:
>> On 7/7/2024 10:34 PM, Chris M. Thomasson wrote:
>>> On 7/7/2024 8:10 PM, Rich wrote:
>>>> Chris M. Thomasson <chris.m.thomasson.1@gmail.com> wrote:
>> [...]
>>>> Same key, same plaintext, two different ciphertexts.
>>>
>>> Both. I wanted each encryption using the same key and plaintext to 
>>> create radically different ciphertexts.
>>>
>>> Also, I wanted it to be bit sensitive. If a single bit of ciphertext 
>>> is altered it will decrypt to random junk.
>>>
>>> My HMAC Cipher experiment does both.
>>>
>>> I think those are interesting things.
>>
>> You can play around with this on my site. Try altering the ciphertext 
>> in anyway, and hit decrypt. The plaintext will be random garbage. It 
>> would help if my site used a real TRNG, but oh well for now.
>>
> 
> Right now it's using hexbytes for ciphertext for the online version, my 
> parser could be better. Anyway, here is a version of it in C that you 
> can play around with:
> 
> https://groups.google.com/g/comp.lang.c/c/a53VxN8cwkY/m/XKl1-0a8DAAJ

Just wondering if you found some time to compile my work in C99. If so, 
did you give it a go? run it? Then you can perform your personal tests 
against it. Have fun!