sachabruttin / CosmosDbExplorer

A nice client explorer for Azure Cosmos DB

Home Page:https://www.bruttin.com/CosmosDbExplorer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Encrypt connection string when entered, with * characters

rubenCumbreno opened this issue · comments

Hi, If possible, we would need the tool to encrypt or the possibility of encrypting with * the connection string when it is entered manually, so that it is not visible. Thank you so much.

Possible solution: use a PasswordBox instead of a TextBox in AccountSettings.xaml and for bindings to work an attached property should be implemented.