ekstrand / ESP8266wifi

ESP8266 Arduino library with built in reconnect functionality
MIT License
450 stars 235 forks source link

Increase max. password length to 31 #30

Open ninavdl opened 7 years ago

ninavdl commented 7 years ago

I propose increasing the maximal password length for clients and APs from 15 to 31. I think this is neccessary because when your password contains special characters they have to be escaped with a backslash, which means those characters are counted twice which decreases security of the usable passwords.