AI-generated password isn't random, it just looks that way
theregister.com
AI-generated password isn't random, it just looks that way
1–10 of 25 posts
Re: AI-generated password isn't random, it just looks that way
#2Re: AI-generated password isn't random, it just looks that way
#3Overall, yeah don't generate passwords with LLMs but is this really a surprise that answers are simillar for the same prompt in every new chat with a LLM?
Re: AI-generated password isn't random, it just looks that way
#4For example:
tr -cd "[:alnum:]" Change "alnum" to "print" to get other characters. This will generate 10 20 characters passwords.
Re: AI-generated password isn't random, it just looks that way
#5Re: AI-generated password isn't random, it just looks that way
#6 simedw ~ $ claude -p "random number between 1 and 10"
7
simedw ~ $ claude -p "random number between 1 and 10"
7
simedw ~ $ claude -p "random number between 1 and 10"
7
simedw ~ $ claude -p "random number between 1 and 10"
7Re: AI-generated password isn't random, it just looks that way
#7FWIW, you can generate your own random PW on any UN*X Type system, I think on MACs also: For example: tr -cd "[:alnum:]" Change "alnum" to "print" to get other characters. This will generate 10 20 characters passwords.
openssl rand --base64 18Re: AI-generated password isn't random, it just looks that way
#8Re: AI-generated password isn't random, it just looks that way
#9FWIW, you can generate your own random PW on any UN*X Type system, I think on MACs also: For example: tr -cd "[:alnum:]" Change "alnum" to "print" to get other characters. This will generate 10 20 characters passwords.
Re: AI-generated password isn't random, it just looks that way
#10FWIW, you can generate your own random PW on any UN*X Type system, I think on MACs also: For example: tr -cd "[:alnum:]" Change "alnum" to "print" to get other characters. This will generate 10 20 characters passwords.
gpg --gen-random --armor 1 20
or:
pwgen