Login by HTTP CHAP ?

Hello everyone

I need to know what kind of encryption is this for passwords I think this is not normal CHAP, This is the encrypted password via hotspot login page ( 0bc525be44d10eac2701b07cd457da25 ) this is just an example, I am just wondering how can I decrypt this hash into clear text ?

Look into the HTML :slight_smile:. I don’t have the files accessible now, so I can’t check, but I’m pretty sure it’s just a MD5 hash. And the idea is that you are not able to decrypt the password :slight_smile:. You can just check, if the hash is made using proper password and challenge string :slight_smile:.