komuw / ong

ong, is a Go http toolkit.
MIT License
16 stars 4 forks source link

validate secretKey a bit more #383

Closed komuw closed 10 months ago

komuw commented 10 months ago

Currently we accept a key like 4$aaaaaaaaaaaaa as secure. On https://www.passwordmonster.com/, that key would take 2.4seconds to crack.
We should try and prevent such obvious keys.