Deutsch   English   Français   Italiano  
<v67rss$34v76$1@dont-email.me>

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

Path: ...!2.eu.feeder.erje.net!feeder.erje.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Rich <rich@example.invalid>
Newsgroups: sci.crypt
Subject: Re: fun with nonces
Date: Fri, 5 Jul 2024 04:13:16 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 17
Message-ID: <v67rss$34v76$1@dont-email.me>
References: <324bb1a7476b82ad04e91b41ab885894d25358e3@i2pn2.org>
Injection-Date: Fri, 05 Jul 2024 06:13:17 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="71c304bcd7df0abfbb7c3c334a033484";
	logging-data="3308774"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+R7f3LSGFib01K4A9A43Sz"
User-Agent: tin/2.6.1-20211226 ("Convalmore") (Linux/5.15.139 (x86_64))
Cancel-Lock: sha1:ZgPrnOapBHApwA6IAfShJ5kyCi0=
Bytes: 1587

Stefan Claas <pollux@tilde.club> wrote:
> He does not need to send Alice the nonces, once he
> arrived, because they both have a shared secret.
> Alice and Bob can generate them by themselves, no
> matter what timezone they are in and the nonces will
> be random and can be re-generated with the same values

They cannot be simultaneously "random" and be capable of being 
"re-generated with the same values".

At best, they are psudeo-random.  And, looking over the code, indeed, 
they are generated from a psudeo-random generator, go's 'rand'.

> https://github.com/stefanclaas/nfs

Not the best choice in acronym, as 'nfs' is already quite well known in 
tech circles as "Network File System".