The Picard Maneuver@lemmy.world to Memes@sopuli.xyz · 8 months agoOr maybe introduce them to Little Bobby Tableslemmy.worldimagemessage-square229fedilinkarrow-up11.01Karrow-down129file-text
arrow-up1981arrow-down1imageOr maybe introduce them to Little Bobby Tableslemmy.worldThe Picard Maneuver@lemmy.world to Memes@sopuli.xyz · 8 months agomessage-square229fedilinkfile-text
minus-squareSkull giver@popplesburger.hilciferous.nllinkfedilinkarrow-up24·8 months agoFun fact: SSIDs are just bytes. They don’t need to he any kind of UTF compliant. You can use a set of unprintable characters
minus-squarePatMustard@feddit.uklinkfedilinkEnglisharrow-up2·8 months agoIs there a character limit? Can it be the binary for DOOM?
minus-squareSkull giver@popplesburger.hilciferous.nllinkfedilinkarrow-up3·8 months ago32 bytes. 31 if you want to end the name in a \0 byte to not completely break IoT devices and the like. You can have as many SSIDs as you want, of course. So you could spam a million SSIDs and have a piece of software decode them.
minus-squaremetallic_z3r0@infosec.publinkfedilinkarrow-up2·8 months agoI believe it’s 32 bytes, but it depends on the AP, some use a null terminator as the final byte.
minus-squareSpaz@lemmy.worldlinkfedilinkarrow-up1·8 months ago64 characters long is wifi spec IIRC but some routers don’t follow spec, wouldnt go higher than 60. Idk if this helps answer your question.
Fun fact: SSIDs are just bytes. They don’t need to he any kind of UTF compliant. You can use a set of unprintable characters
Is there a character limit? Can it be the binary for DOOM?
32 bytes. 31 if you want to end the name in a \0 byte to not completely break IoT devices and the like.
You can have as many SSIDs as you want, of course. So you could spam a million SSIDs and have a piece of software decode them.
I believe it’s 32 bytes, but it depends on the AP, some use a null terminator as the final byte.
64 characters long is wifi spec IIRC but some routers don’t follow spec, wouldnt go higher than 60. Idk if this helps answer your question.