You are here

constant REPLAY_ATTACK in Secure Site 6.2

Same name and namespace in other branches
  1. 8 digest_md5/digest_md5.php \REPLAY_ATTACK
  2. 7.2 digest_md5/digest_md5.php \REPLAY_ATTACK
1 use of REPLAY_ATTACK
_digest_md5_response in digest_md5/digest_md5.php
Process an authentication string.

File

digest_md5/digest_md5.php, line 53
This script implements the DIGEST-MD5 mechanism for all protocols. Only the root user should have access to this script and the database used to store passwords and nonce values.

Code

define('REPLAY_ATTACK', 4);