Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<script type="text/javascript"> <!--function doLogin() {document.sendin.username.value = ..
Decoded Output download
<? <script type="text/javascript">
<!--function doLogin() {document.sendin.username.value = document.login.username.value;document.sendin.password.value = hexMD5('$(chap-id)' + document.login.password.value + '$(chap-challenge)');document.sendin.submit();return false;}//-->
</script> ?>
Did this file decode correctly?
Original Code
<script type="text/javascript">
<!--function doLogin() {document.sendin.username.value = document.login.username.value;document.sendin.password.value = hexMD5('$(chap-id)' + document.login.password.value + '$(chap-challenge)');document.sendin.submit();return false;}//-->
</script>
Function Calls
None |
Stats
MD5 | e33ed7740c4338cc14719897592a8627 |
Eval Count | 0 |
Decode Time | 49 ms |