Asterisk 1.8.22.0 Built – Encrypt Authentication
Hello, I would like to encrypt password between Asterisk servers and clients. is there an easy way to do so? I am running Asterisk 1.8.22.0 built on CentOS 6.3
Thanks,
.Motty
Hello, I would like to encrypt password between Asterisk servers and clients. is there an easy way to do so? I am running Asterisk 1.8.22.0 built on CentOS 6.3
Thanks,
.Motty
3 thoughts on - Asterisk 1.8.22.0 Built – Encrypt Authentication
Hello,
Try MD5SUM like that in a terminal echo -n “myverysecretpassword” | md5sum It will return you something like that 22ea6cf875d66b15d275684427275dfdf witch is your password in an MD5 format.
Hope this help Oliver
Le 29/07/2015 16:30, Motty Cruz a
Thanks Oliver, I am using this: http://www.voip-info.org/wiki/view/Asterisk+sip+md5secret
however, I wanted to know if there is a way to use some sort of Certificates. http://www.voip-info.org/wiki/view/Asterisk+encryption
has anybody used this feature?
Thanks,
.Motty
If you’re talking about SIP connections, I’m pretty sure it already uses a digest authentication mechanism, which allows the server to verify the password without having it sent in plain text. In other words, it’s already encrypted.