Quantcast
Channel: Symantec Connect - Endpoint Management
Viewing all articles
Browse latest Browse all 7217

Password property encrypted locally but not on the server

$
0
0
I need a solution

Hello everyone,

After the publication of a workflow project, I notice that password properties are encrypted when published on my dev PC, but are in clear text when published on a remote workflow server. Here are sections of both properties.config file of the project:

local:

  <ApplicationProperty>
    <PropertyName>Password1</PropertyName>
    <PropertyValue>DbbkSEZv1Jx/6qYwPqtWqbixjvRdm+XuU6RovtwBj99rkyFGNQyTayvuwIDkH4DW</PropertyValue>
    <EncryptInXml>true</EncryptInXml>
  </ApplicationProperty>

on the server:

  <ApplicationProperty>
    <PropertyName>Password1</PropertyName>
    <PropertyValue>Hello123</PropertyValue>
    <EncryptInXml>true</EncryptInXml>
  </ApplicationProperty>
 

Is this the default behavior for password properties? I would like to have the password encrypted also on the server, is there a way to do this?

Thank you for reading


Viewing all articles
Browse latest Browse all 7217

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>