Meow-Misfit@lemmy.world to Today I Learned@lemmy.worldEnglish · 2 days agoTIL that if you search "Password generator, [x] characters, [y] strength" at DuckDuckGo, it will generate a password for you.lemmy.worldimagemessage-square89linkfedilinkarrow-up1359arrow-down126
arrow-up1333arrow-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 · 2 days agomessage-square89linkfedilink
minus-squarestate_electrician@discuss.tchncs.delinkfedilinkEnglisharrow-up2·19 hours 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-up4·edit-210 hours 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-up1·edit-24 hours 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()
Stop putting crypto into everything!
(/jk)