Password Encryption
¨Encrypted password transmitted is equal to
–      (Hash_A) XOR (padded user password)
–Where  Hash_A = MD5 { request authenticator, preshared secret}
¨Receiver calculates Hash_A on its own and XORs it with the encrypted password to get the padded password back in clear-text