How to encrypt connection strings
Introduction
With Anywhere365 you can also encrypt your connection string for your CDR information.
Requirements
- SharePoint TemplateSettings and Content Management for Anywhere365, based on SharePoint server or SharePoint Office 365 V 6.2
- CoreThe Core is the center of Anywhere365. It manages all the Dialogues. V 6.6
Create Encryped Token list
- Open your UCCUCC stands for Unified Contact Center and consists of a queue that can be handled by Agents Each Contact Center has its own settings, interactive voice response questions and Agent with specific skills. Agents can be member of, or sign up to, one or more Contact Centers. 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.