dr4g0nsr / radius-server

php based radius server
GNU General Public License v3.0
8 stars 12 forks source link

How to decrypt password? #3

Open Ethan-Yami opened 2 years ago

Ethan-Yami commented 2 years ago

Hello sir. could you please tell how to decode a password?

dr4g0nsr commented 2 years ago

Hello.

Please take a look at file server.php, there's method login_check which should be implemented with your specific login system. Right now it's using login from $logins class property which is filled with default username and password so you can test it.