Yes thats why i implemented RC4 encryption in it, we are using some pre-defined key embeded in the control and that same key is used with php page which is passing encrypted userid/password to control.
But its not possible to embed everyone keys in control for me. So i think we will discuss some key and use that key in the control by default or add a new feature like this:-
iaxcontrol.encryption=true/false
iaxcontrol.key=\'some private key\'
iaxcontrol.username=\'skljo2j3\' //encrypted user name
iaxcontrol.password=\'@!#ADd\' //encrypted password
if no key is passed it will use \'somekey\' as default. This is just an idea plz comment on it so i can make it available...
Also about SSL communication with server , i did that for one company as a paid solution. and iaxcontrol is working in a \'tcp encrypted tunnel\' (on web ports 80/8080) for them.
But i don\'t think this is a requirement of normal users

Regards,
Babar Shafiq Nazmi.