Meow-Misfit@lemmy.world to Today I Learned@lemmy.worldEnglish · 8 days agoTIL that if you search "Password generator, [x] characters, [y] strength" at DuckDuckGo, it will generate a password for you.lemmy.worldimagemessage-square93linkfedilinkarrow-up1370arrow-down127
arrow-up1343arrow-down1imageTIL 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 · 8 days agomessage-square93linkfedilink
minus-squarestate_electrician@discuss.tchncs.delinkfedilinkEnglisharrow-up2·7 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·edit-27 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-squareSwedneck@discuss.tchncs.delinkfedilinkEnglisharrow-up1·18 hours agothis makes me want a little keychain device that generates a UUID and shows it as a QR code when you press a button
minus-squareAwesomeLowlander@sh.itjust.workslinkfedilinkEnglisharrow-up2·edit-26 days agoStop putting crypto into everything! (/jk)
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()
this makes me want a little keychain device that generates a UUID and shows it as a QR code when you press a button
Stop putting crypto into everything!
(/jk)