Deutsch   English   Français   Italiano  
<baeed51109c834201a3ea804abaa793d9a60df14@i2pn2.org>

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

Path: ...!weretis.net!feeder9.news.weretis.net!i2pn.org!i2pn2.org!.POSTED!not-for-mail
From: Stefan Claas <pollux@tilde.club>
Newsgroups: sci.crypt
Subject: Re: Using Diceware, BIP39 and leetspeak for Argon2id keys
Date: Sun, 18 Aug 2024 12:55:59 -0000
Organization: Ch1ffr3punk5
Message-ID: <baeed51109c834201a3ea804abaa793d9a60df14@i2pn2.org>
References: <fe80a8e31f3560eaa056f683595dcccfb8a8f8a7@i2pn2.org> <de04aeeaf5f2cd9360bc821531c592c511ad4f67@i2pn2.org>
MIME-Version: 1.0
Injection-Date: Sun, 18 Aug 2024 12:56:00 -0000 (UTC)
Injection-Info: i2pn2.org;
	logging-data="3003800"; mail-complaints-to="usenet@i2pn2.org";
	posting-account="ieSrCjSDShpZNyqIW52mlwIkg76Hsp+TOOO6KTdfCN8";
User-Agent: flnews/1.3.0pre9 (for GNU/Linux)
X-Finger: tilde.club/~pollux/
X-Ed25519-Sig: e70a69607968bfa3e445af2083c127a2896883eb4de284c8e73aa2a98814547d
 2c9877518eee96c1342294ea4bf7191a0bfc505ec089ef0515d3bb4c17280509
X-Ed25519-Pub: c0ffee5a36e581eb10f60b2831b3cdb955d2e7ef680dd282a8d43ad8b84b357a
X-Spam-Checker-Version: SpamAssassin 4.0.0
X-Date: It's Sun 11310 Sep 1993 02:56:00 PM CEST, the September that never ends
Bytes: 2717
Lines: 50

Stefan Claas wrote:
> Stefan Claas wrote:
> > 
> > Hi all,
> > 
> > regarding my previous thread about memorizing a 128/256 bit key,
> > I came up with the following idea to create Argon2id keys.
> > 
> > Now we only need to memorize our Diceware passphrase.
> > 
> > This task shoulb be carried out on an offline Computer.
> > 
> > I am using four Golang programs, called dwp (diceware passphrase),
> > dice2bip, leetspeak and argon2id, which you can find on my GitHub
> > page at:
> > 
> > https://github.com/stefanclaas/
> > 
> > Usage of leetspeak is optional.
> > 
> > First we start with dwp:
> > 
> > $ dwp -r 6 -d eff_large_wordlist.txt -p
> > Diceware number 1: 51534 - reselect
> > Diceware number 2: 25455 - envelope
> > Diceware number 3: 42252 - nuptials
> > Diceware number 4: 35561 - lapping
> > Diceware number 5: 26225 - expand
> > Diceware number 6: 24453 - earpiece
> > 
> > Complete passphrase: reselect envelope nuptials lapping expand earpiece
> 
> I have updated dwp, so that instead of blanks between the words, one can
> use, with the -s paramter, a special character as seperator, along the -p
> parameter.

Example:

$ dwp -r 6 -d eff_large_wordlist.txt -p -s "$"
Diceware number 1: 13325 - basically
Diceware number 2: 53463 - seltzer
Diceware number 3: 43121 - outwit
Diceware number 4: 62222 - thorn
Diceware number 5: 33612 - header
Diceware number 6: 13351 - battery

Complete passphrase: basically$seltzer$outwit$thorn$header$battery

-- 
Regards
Stefan