Meow-Misfit@lemmy.world to Today I Learned@lemmy.worldEnglish · 19 days agoTIL that if you search "Password generator, [x] characters, [y] strength" at DuckDuckGo, it will generate a password for you.lemmy.worldimagemessage-square93linkfedilinkarrow-up1374
arrow-up1374imageTIL that if you search "Password generator, [x] characters, [y] strength" at DuckDuckGo, it will generate a password for you.lemmy.worldMeow-Misfit@lemmy.world to Today I Learned@lemmy.worldEnglish · 19 days agomessage-square93linkfedilink
minus-squarestate_electrician@discuss.tchncs.delinkfedilinkEnglisharrow-up2·18 days 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·17 days 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·17 days agoStop putting crypto into everything! (/jk)
minus-squareSwedneck@discuss.tchncs.delinkfedilinkEnglisharrow-up1·12 days 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