Sujet : Re: HMAC cipher and a TRNG...
De : chris.m.thomasson.1 (at) *nospam* gmail.com (Chris M. Thomasson)
Groupes : sci.cryptDate : 06. Jul 2024, 22:24:10
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v6cclq$3veiq$1@dont-email.me>
References : 1 2
User-Agent : Mozilla Thunderbird
On 7/5/2024 4:29 PM, colin wrote:
Here is an example of my HMAC Cipher example. You should all be able to examine the plaintext because it was encrypted using the default key. Now, keep in mind, that if I encrypted this again, it would have a different ciphertext.
Security 101 - don't reuse passwords
:^) Indeed. However, creating radically different ciphertexts for the same plaintext and password on a per-encryption bases is interesting to me... Humm...