Deutsch English Français Italiano |
<de04aeeaf5f2cd9360bc821531c592c511ad4f67@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 10:52:57 -0000 Organization: Ch1ffr3punk5 Message-ID: <de04aeeaf5f2cd9360bc821531c592c511ad4f67@i2pn2.org> References: <fe80a8e31f3560eaa056f683595dcccfb8a8f8a7@i2pn2.org> MIME-Version: 1.0 Injection-Date: Sun, 18 Aug 2024 10:52:58 -0000 (UTC) Injection-Info: i2pn2.org; logging-data="2994733"; 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: 9243e3e42f689c023b6075ed414afa6ddf098d9ff03b02de5ecabb7d9940aa5f f587bc984afe65332f803c87937e039176d337e2358067ab55580d098847c30b X-Date: It's Sun 11310 Sep 1993 12:52:57 PM CEST, the September that never ends X-Ed25519-Pub: c0ffee5a36e581eb10f60b2831b3cdb955d2e7ef680dd282a8d43ad8b84b357a X-Spam-Checker-Version: SpamAssassin 4.0.0 Bytes: 2229 Lines: 37 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. -- Regards Stefan