rejon on Nostr: #!/bin/sh echo $( for i in $(seq 1 3); do tr -dc A-Za-z09 < /dev/urandom | head -c 7 ...
#!/bin/sh
echo $( for i in $(seq 1 3); do tr -dc A-Za-z09 < /dev/urandom | head -c 7 | xargs printf %s-; done ) | sed 's/.$//'
My conclusion is that do not need special characters, and Apple's style of generating 6 - 6 - 6 ChArS+nums, I switched to angel number 7, so 7 - 7 -7 ChArS+nums
Assuming quantum computers do not exist yet or only a few have access to ;) that gives us right now 2qn+++ years of security right now, which is a moving target.
OK, answered that question for right now 😉
echo $( for i in $(seq 1 3); do tr -dc A-Za-z09 < /dev/urandom | head -c 7 | xargs printf %s-; done ) | sed 's/.$//'
My conclusion is that do not need special characters, and Apple's style of generating 6 - 6 - 6 ChArS+nums, I switched to angel number 7, so 7 - 7 -7 ChArS+nums
Assuming quantum computers do not exist yet or only a few have access to ;) that gives us right now 2qn+++ years of security right now, which is a moving target.
OK, answered that question for right now 😉
quoting note102p…xjfw