View previous topic :: View next topic |
Author |
Message |
motty.cruz at gmail.com Guest
|
Posted: Wed Jul 29, 2015 3:31 pm Post subject: [asterisk-users] Asterisk 1.8.22.0 built - encrypt authentic |
|
|
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 |
|
Back to top |
|
|
oli-net at orange.fr Guest
|
Posted: Wed Jul 29, 2015 5:41 pm Post subject: [asterisk-users] Asterisk 1.8.22.0 built - encrypt authentic |
|
|
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 :
Quote: | 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
|
|
|
Back to top |
|
|
motty.cruz at gmail.com Guest
|
Posted: Wed Jul 29, 2015 5:50 pm Post subject: [asterisk-users] Asterisk 1.8.22.0 built - encrypt authentic |
|
|
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:
Quote: | 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 :
Quote: | 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
|
|
|
|
Back to top |
|
|
cwallace at lodgingcom... Guest
|
Posted: Thu Jul 30, 2015 7:13 pm Post subject: [asterisk-users] Asterisk 1.8.22.0 built - encrypt authentic |
|
|
On Wed, 29 Jul 2015 13:30:53 -0700
Motty Cruz <motty.cruz@gmail.com> wrote:
Quote: | 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
|
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.
--
C. Chad Wallace, B.Sc.
The Lodging Company
http://www.lodgingcompany.com/
OpenPGP Public Key ID: 0x262208A0
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
|