j
k
j a
j l
For example, using PHP, I have found that the code below works well:
$a1="$subscriber:$domain:$password"; $ha1=md5($a1); $a1b="$subscriber@$domain:$domain:$password"; $ha1b=md5($a1b);
Regards, Norm
Back to the thread
Back to the list