MeowerMisfit817@lemmy.world to Today I Learned@lemmy.worldEnglish · 6 个月前TIL 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 · 6 个月前message-square92linkfedilink
minus-squarestate_electricianlinkfedilinkEnglisharrow-up2·6 个月前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.
minus-squarepercent@infosec.publinkfedilinkEnglisharrow-up5·6 个月前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()
minus-squareAwesomeLowlander@sh.itjust.workslinkfedilinkEnglisharrow-up2·6 个月前Stop putting crypto into everything! (/jk)
minus-squareSwednecklinkfedilinkEnglisharrow-up1·6 个月前this 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