5 Apr
2019
5 Apr
'19
12:10 p.m.
On Apr 5, 2019, at 12:03 PM, Ekene Ezeasor <ezeasorekene@gmail.com> wrote:
Changing the passwords to clear-text is not an option ofcourse and we do Wi-Fi. Assuming we want to start using the SQL authorization with sha512 (with hash). How do I implement the SQL query to check for sha512 password using the correct hash?
Are you using TTLS with inner PAP? If not, then what you want is impossible. If blowfish doesn't work, then changing to SHA512 hashed passwords won't help. Understanding the problem helps here. Alan DeKok.