MeowerMisfit817@lemmy.world to Today I Learned@lemmy.worldEnglish · 7 months agoTIL that if you search "Password generator, [x] characters, [y] strength" at DuckDuckGo, it will generate a password for you.lemmy.worldimagemessage-square92linkfedilinkarrow-up1373arrow-down127
arrow-up1346arrow-down1imageTIL that if you search "Password generator, [x] characters, [y] strength" at DuckDuckGo, it will generate a password for you.lemmy.worldMeowerMisfit817@lemmy.world to Today I Learned@lemmy.worldEnglish · 7 months agomessage-square92linkfedilink
minus-squarestate_electrician@discuss.tchncs.delinkfedilinkEnglisharrow-up2·7 months agoYou can also just use “random password x” with x being a number. What I use more often is “random uuid” which I hope is self explanatory.
minus-squarepercent@infosec.publinkfedilinkEnglisharrow-up5·7 months agoFun fact: You can generate a random UUID in your web browser without needing to visit a website. Just open your browser console and type crypto.randomUUID()
minus-squareAwesomeLowlander@sh.itjust.workslinkfedilinkEnglisharrow-up2·7 months agoStop putting crypto into everything! (/jk)
minus-squareSwedneck@discuss.tchncs.delinkfedilinkEnglisharrow-up1·7 months agothis makes me want a little keychain device that generates a UUID and shows it as a QR code when you press a button
You can also just use “random password x” with x being a number. What I use more often is “random uuid” which I hope is self explanatory.
Fun fact: You can generate a random UUID in your web browser without needing to visit a website. Just open your browser console and type
crypto.randomUUID()Stop putting crypto into everything!
(/jk)
this makes me want a little keychain device that generates a UUID and shows it as a QR code when you press a button