nycmeshnet / nycmeshfeed

Our software set-up for building your own image
GNU General Public License v2.0
37 stars 11 forks source link

Password management? #13

Open bhny opened 7 years ago

bhny commented 7 years ago

Is there a better way to give the routers a password, or have different passwords for each router?

For example- password is generated from a hash of the MAC address + salt

josmo commented 6 years ago

I think this'll be a little difficult to implement. Even if we can set the password based on the mac address "should be doable" with salt and hash, I think the trouble is how to you get the owner the password that was generated since it's a bit of a chicken an the egg issue. Every way you look at it it would have to be predictable from boot and that's no different then a default password :/