Re: HMAC cipher and a TRNG...

Liste des GroupesRevenir à s crypt 
Sujet : Re: HMAC cipher and a TRNG...
De : chris.m.thomasson.1 (at) *nospam* gmail.com (Chris M. Thomasson)
Groupes : sci.crypt
Date : 05. Jul 2024, 21:50:32
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v69map$3e2id$2@dont-email.me>
References : 1
User-Agent : Mozilla Thunderbird
On 7/5/2024 1:45 PM, Chris M. Thomasson wrote:
[...]
... http://fractallife247.com/test/hmac_cipher/ver_0_0_0_1?ct_hmac_cipher=7d1be135...
I cut off the link above for brevity. Here is a screenshot of what you should get on your end such you click on the link:
https://i.ibb.co/4R2NXLM/image.png
Here is my critical code, gui aside for a moment...:
https://fractallife247.com/test/hmac_cipher/ver_0_0_0_1/ct_main.js
Notice the following function:
________________________
function ct_rand_bytes(n) {
     var output = new Array();
     for (var i = 0; i < n; ++i) {
         var byte = Math.floor(Math.random() * 255);
         output.push(byte);
     }
     return output;
}
________________________
Okay, Math.random() needs to be a TRNG, damn it!!!!!!!!!!!
;^o
[...]

Date Sujet#  Auteur
5 Jul 24 * HMAC cipher and a TRNG...13Chris M. Thomasson
5 Jul 24 +- Re: HMAC cipher and a TRNG...1Chris M. Thomasson
6 Jul 24 +* Re: HMAC cipher and a TRNG...10colin
6 Jul 24 i`* Re: HMAC cipher and a TRNG...9Chris M. Thomasson
6 Jul 24 i `* Re: HMAC cipher and a TRNG...8colin
7 Jul 24 i  `* Re: HMAC cipher and a TRNG...7Chris M. Thomasson
7 Jul 24 i   +- Re: HMAC cipher and a TRNG...1Chris M. Thomasson
8 Jul 24 i   `* Re: HMAC cipher and a TRNG...5Rich
8 Jul 24 i    `* Re: HMAC cipher and a TRNG...4Chris M. Thomasson
8 Jul 24 i     `* Re: HMAC cipher and a TRNG...3Chris M. Thomasson
8 Jul 24 i      `* Re: HMAC cipher and a TRNG...2Chris M. Thomasson
25 Jul 24 i       `- Re: HMAC cipher and a TRNG...1Chris M. Thomasson
9 Jul 24 `- Re: HMAC cipher and a TRNG...1Chris M. Thomasson

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal