Re: [Asterisk-Users] no plain text passwords in iax.conf

2004-11-30 Thread Matt Riddell
Karl Brose wrote: Other than that, one could probably encrypt/decrypt passwords when needed, particularly when they come out of a database, most of these solutions are probably more or less hacks. Surely you're better off just storing the SHA hash of the password and then simply hashing the requ

Re: [Asterisk-Users] no plain text passwords in iax.conf

2004-11-29 Thread Adam Hart
Bastian Schern wrote: Adam Hart schrieb: Bastian Schern wrote: Adam Hart schrieb: Bastian Schern wrote: Hello Asterisk friends, is it possible to avoid plain text passwords in the iax.conf or the iaxfriends MySQL database table? Asterisk needs the plain text password to authenicate. You could wr

Re: [Asterisk-Users] no plain text passwords in iax.conf

2004-11-29 Thread Karl Brose
Interesting question and important as passwords are scattered around everywhere in Asterisk. A central user credentials database is needed, so that a user can connect any which way (SIP, H323,IAX, MGCP,etc) and use the same set of credentials. I have a prototype implementation coded for SIP, but

Re: [Asterisk-Users] no plain text passwords in iax.conf

2004-11-29 Thread Bastian Schern
Adam Hart schrieb: Bastian Schern wrote: Adam Hart schrieb: Bastian Schern wrote: Hello Asterisk friends, is it possible to avoid plain text passwords in the iax.conf or the iaxfriends MySQL database table? Asterisk needs the plain text password to authenicate. You could wrap a base64 decode whe

Re: [Asterisk-Users] no plain text passwords in iax.conf

2004-11-29 Thread Adam Hart
Bastian Schern wrote: Adam Hart schrieb: Bastian Schern wrote: Hello Asterisk friends, is it possible to avoid plain text passwords in the iax.conf or the iaxfriends MySQL database table? Asterisk needs the plain text password to authenicate. You could wrap a base64 decode when reading the passw

Re: [Asterisk-Users] no plain text passwords in iax.conf

2004-11-29 Thread Bastian Schern
Adam Hart schrieb: Bastian Schern wrote: Hello Asterisk friends, is it possible to avoid plain text passwords in the iax.conf or the iaxfriends MySQL database table? Asterisk needs the plain text password to authenicate. You could wrap a base64 decode when reading the passwords, but this is obse

Re: [Asterisk-Users] no plain text passwords in iax.conf

2004-11-29 Thread Adam Hart
Bastian Schern wrote: Hello Asterisk friends, is it possible to avoid plain text passwords in the iax.conf or the iaxfriends MySQL database table? Asterisk needs the plain text password to authenicate. You could wrap a base64 decode when reading the passwords, but this is obsecurity, yet simple

[Asterisk-Users] no plain text passwords in iax.conf

2004-11-29 Thread Bastian Schern
Hello Asterisk friends, is it possible to avoid plain text passwords in the iax.conf or the iaxfriends MySQL database table? Regards Bastian ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-user