DiceKeys looks very cool
R P Herrold
herrold at owlriver.com
Wed Sep 16 18:47:43 BST 2020
On Wed, 16 Sep 2020, Jim Cheetham wrote:
> https://www.wired.com/story/dicekeys-cryptography/
> https://www.crowdsupply.com/dicekeys/dicekeys
fine geek toy, but seems overly complex. I threw this
together long ago, to simply replicate a shuffling and deal,
selection without replacement of an arbitrary input deck of
letters, numbers, symbols, whatever. Add UC. Stack or bias
the deck to taste. Run lots of rounds
Print a screenful, and choose a line and offset with a D & D
20 side die for your seed. Print a sheaf of them, and toss
the paper into the safe in a tamper evident safety envelope
https://github.com/herrold/tool-tips/blob/master/convenience/shuffle-stdin.php
[herrold at centos8 bin]$ for i in `seq 1 20` ; do echo -n "$i " ; \
echo "abcdefghijklmnopqurstvwxyz" | shuffle-stdin.php ; done
1 dfujagrsyitnvmcxhqzbpleowk
2 szgnhmdryalutwpifojekvqbcx
3 ehkjunfsdzmgorxlbcaiwtqyvp
4 pmfaijucyhqrwodvsgxzentbkl
5 acjsbzqohuenvixltmpdwfrkgy
6 bqgamshnlvidjkpuezwtycxfro
7 mfuasdkbxrvnqecoltjwhpizgy
8 ltuvkmgqwbhfyonpzdsjiecrax
9 pgxtveusjzfnwiahymdorbclkq
10 kirltwxogaudzvqmshfbypenjc
11 cblrdhkzfjpsotwnayxequvmgi
12 xudzoricjagefqnwvmhbyslptk
13 owblfjagvduxipkmnhzcetrysq
14 qvyhlafmgpijwxrtoscbdkzuen
15 tpvwycghzjkuafdmorsbxleinq
16 wtipbesdajvomncgzurlxkfqyh
17 bapjixtmuvrgcqhkldnyofzews
18 whvryjqnkbsodleuicptmfzaxg
19 xhykpsrdwjovblacutfeziqmng
20 gybmruajfeoiqtwhnklxdspzcv
[herrold at centos8 bin]$
factorial of 26 = 403291461126 605635584000 000
-- Russ herrold
More information about the Discuss
mailing list