HOW TO ENCRYPT THE SIP ACCOUNT SETTINGS

If you hard-code the SIP account settings in your webpage then any user can easily view those settings by viewing the source of that webpage. 

To prevent such situation, VaxVoIP allows you to encrypt the hard-coded/static SIP account settings and then use them in your webpages.
1. Download Encrypt-Param application. [Click To Download]
2. Execute Encrypt-Param application.
3. Copy & paste your License key.
4. Enter encryption key or password.
5. Enter SIP account settings.
6. Click "Generate Encrypted Parameters" button.
IT GENERATES
- Encryption License Key.
- Encrypted SIP account settings.
7. Edit your web-based softphone page (html, asp, aspx, php or jsp etc).
8. Search for InitializeEx text.
9. Copy & paste the Encrypted SIP account settings in it.
Visit the following link:
http://www.vaxvoip.com/Documentation/LicenseKey.HTM
10. Prepare the Domain-key by using ENCRYPTION LICENSE KEY not ACTUAL LICENSE KEY.
11. Search for VaxSIPUserAgentCAB.SetDomainKey in the webpage file.
12. Copy & paste that Domain-key in the function.
13. Save the web page and try it.