Hi,
While using configuration files to provision the phone, Line authentication username and password is passed as plain text with the parameters,
reg.1.auth.userId="xxxx"
reg.1.auth.password="xxxx"
How can the password parameter be sent to the phone securely, as a hash or encrypted format which the phone will be able to understand?
Any help would be appreciated. Thank you!