Sujet : Re: HMAC cipher and a TRNG...
De : chris.m.thomasson.1 (at) *nospam* gmail.com (Chris M. Thomasson)
Groupes : sci.cryptDate : 08. Jul 2024, 06:37:09
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v6ftu6$od4m$2@dont-email.me>
References : 1 2 3 4 5 6 7
User-Agent : Mozilla Thunderbird
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.