Sujet : Re: HMAC cipher and a TRNG...
De : spamcollector393 (at) *nospam* gmail.com (colin)
Groupes : sci.cryptDate : 06. Jul 2024, 22:58:54
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v6cemu$3vkt2$1@dont-email.me>
References : 1 2 3
User-Agent : Mozilla Thunderbird
On 7/07/24 09:24, Chris M. Thomasson wrote:
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...
Your advertising campaign seems to to be pushing this fact as a selling point.
quote -
"Fwiw, it creates new ciphertexts for every encryption even with the same password and/or plaintext."
Where your encryption is only as strong as a compromised reused password. ( ie: pointless )