How to encrypt connection strings
Introduction
With Anywhere365 you can also encrypt your connection string for your CDR information.
Requirements
- SharePoint Template V 6.2
- Core V 6.6
Create Encryped Token list
- Open your UCC config site on SharePoint
- Open Settings (top-right)
- Open Site contents
- Select Add an App
- Select Custom List
- Enter EncryptedTokens as name
- Select Create
- Open the EncryptedTokens list
- Add the following columns. (You can change the name later)
- Key
- Name: wsp_ucc_et_key
- Type: Single line of text
- Value
- Name: wsp_ucc_et_value
- Type: Single line of text
- Key
Add Encrypted Token
- Open the EncryptedTokens list
- Add new item:
- Title: "Whatever you find suitable for a title"
- Key: {encryptedTokenKeyName}
- Value: xoZ9HvpaP5eGPALVdZzVJA== (Created with A365.PWTool.exe)
Encrypt CDRConnectionString
-
Open Settings list
-
Edit CDRConnectionString
Server=myServerName\myInstanceName;Database=myDataBase;User Id=myUsername;Password=myPassword;
-
Change to
Server=myServerName\myInstanceName;Database=myDataBase;User Id=myUsername;Password={encryptedTokenKeyName};
Your password is now encrypted.
You can have multiple encrypted tokens in 1 connection string.
Server={encryptedTokenKeyName1};Database={encryptedTokenKeyName2};User Id={encryptedTokenKeyName3};Password={encryptedTokenKeyName4};
Did you find this page helpful?
Yes No
Sorry about that
Why wasn't this helpful? (check all that apply)
Thank you for your feedback.
Want to tell us more?
Email your feedback to our documentation team.
Great!
Thanks for taking the time to give us some feedback.