Motty Cruz
2015-Jul-29 20:30 UTC
[asterisk-users] 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150729/68b59f7c/attachment.html>
Oli-net
2015-Jul-29 22:40 UTC
[asterisk-users] 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 ?crit :> 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 > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150729/adc425e5/attachment.html>
Motty Cruz
2015-Jul-29 22:49 UTC
[asterisk-users] Asterisk 1.8.22.0 built - encrypt authentication
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 On 07/29/2015 03:40 PM, Oli-net wrote:> 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 ?crit : >> 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 >> >> > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150729/efd841b6/attachment.html>
Chad Wallace
2015-Jul-31 00:13 UTC
[asterisk-users] Asterisk 1.8.22.0 built - encrypt authentication
On Wed, 29 Jul 2015 13:30:53 -0700 Motty Cruz <motty.cruz at gmail.com> wrote:> 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.3If 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. -- C. Chad Wallace, B.Sc. The Lodging Company http://www.lodgingcompany.com/ OpenPGP Public Key ID: 0x262208A0