Diceware Password Generator
More Fun Than LastPass!
As most gambling casinos are closed - Roll to win passwords.
Converts the dice roll to words you can more easily remember.
diceware is also in Arch AUR
Diceware Password Generator
More Fun Than LastPass!
As most gambling casinos are closed - Roll to win passwords.
Converts the dice roll to words you can more easily remember.
diceware is also in Arch AUR
How secure can it really be? I’d rather trust keepass generating passwords for me. I also have a simple bash script reading bytes from /dev/urandom and outputting arbitrary long strings of ascii chars. (32 characters):
for i in {1..32}; do echo $(bc <<< $(od -An -N1 -tu1 < /dev/urandom)%(126-33+1)+33) | awk '{printf("%c" , $1)}';done
But still, I’d better leave it to keepass