<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: How do i encrypt &amp; decrypt input parameter in Digital Exchange</title>
    <link>https://community.blueprism.com/t5/Digital-Exchange/How-do-i-encrypt-decrypt-input-parameter/m-p/56623#M1337</link>
    <description>The Utility - Encryption VBO has been updated and is available on the DX here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://digitalexchange.blueprism.com/dx/entry/9648/solution/utility---encryption" target="_blank" rel="noopener"&gt;https://digitalexchange.blueprism.com/dx/entry/9648/solution/utility---encryption&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 19 Jun 2020 17:57:00 GMT</pubDate>
    <dc:creator>ewilson</dc:creator>
    <dc:date>2020-06-19T17:57:00Z</dc:date>
    <item>
      <title>How do i encrypt &amp; decrypt input parameter</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/How-do-i-encrypt-decrypt-input-parameter/m-p/56614#M1328</link>
      <description>&lt;SPAN&gt;I want to&amp;nbsp;encrypt &amp;amp; decrypt input parameter by using&amp;nbsp;AES-256 AesCryptoService scheme, can some one please help me out how do i achieve encryption &amp;amp; decryption in my object or process.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Amit&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Amit Chauhan&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Jun 2020 18:42:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/How-do-i-encrypt-decrypt-input-parameter/m-p/56614#M1328</guid>
      <dc:creator>AmitChauhan</dc:creator>
      <dc:date>2020-06-04T18:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: How do i encrypt &amp; decrypt input parameter</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/How-do-i-encrypt-decrypt-input-parameter/m-p/56615#M1329</link>
      <description>Amit,&lt;BR /&gt;&lt;BR /&gt;Is the parameter only being passed around within Blue Prism or is to be passed by/to an outside application? If it's coming from an outside application then that application would handle the encryption and what you would need to do in Blue Prism is decrypt it. One possible option would be to leverage a code stage in a VBO and use the various encryption libraries available in the .NET framework.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Jun 2020 18:24:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/How-do-i-encrypt-decrypt-input-parameter/m-p/56615#M1329</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2020-06-11T18:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: How do i encrypt &amp; decrypt input parameter</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/How-do-i-encrypt-decrypt-input-parameter/m-p/56616#M1330</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt; - I was also trying to encrypt and decrypt data using VBO - encryption. I copied the key from system tab as appearing there, however VBO is not accepting the key. I also tried to encrypt the Key in WQ with key encryption checkbox in system tab when creating WQ. However after selecting that as well, the key column actual value is visible in control room and not encrypted value.&amp;nbsp;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mayank Goyal&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Jun 2020 06:05:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/How-do-i-encrypt-decrypt-input-parameter/m-p/56616#M1330</guid>
      <dc:creator>MayankGoyal2</dc:creator>
      <dc:date>2020-06-12T06:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: How do i encrypt &amp; decrypt input parameter</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/How-do-i-encrypt-decrypt-input-parameter/m-p/56617#M1331</link>
      <description>Hi Eric,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Input&amp;nbsp;parameter passed from an outside application, I have used&amp;nbsp;RijndaelManaged() for Encryption &amp;amp; Decryption and it is working fine for me.&lt;BR /&gt;Thanks for your valuable input, Helped me lot. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Amit Chauhan&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Jun 2020 17:31:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/How-do-i-encrypt-decrypt-input-parameter/m-p/56617#M1331</guid>
      <dc:creator>AmitChauhan</dc:creator>
      <dc:date>2020-06-15T17:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: How do i encrypt &amp; decrypt input parameter</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/How-do-i-encrypt-decrypt-input-parameter/m-p/56618#M1332</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/43391"&gt;@AmitChauhan&lt;/a&gt; - glad to hear you have this running now.&lt;BR /&gt;&lt;BR /&gt;&lt;A class="user-content-mention" data-sign="@" data-contactkey="e236af74-2e8c-4ea2-b127-7ef0a242fef4" data-tag-text="@Mayank Goyal" href="https://community.blueprism.com/network/profile?UserKey=e236af74-2e8c-4ea2-b127-7ef0a242fef4" data-itemmentionkey="985d1c86-32c9-4ff2-af93-b5adb11274f8"&gt;@Mayank Goyal&lt;/A&gt;​​ - the encryption scheme used by the encryption VBO is Triple DES which uses a 192 bit key. It's actually an older encryption schema and the VBO should be updated to use something newer. If you want to use the VBO as-is, you need to generate a 192 bit key as opposed to the 256 bit key generated by AES and Rijndael.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Jun 2020 17:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/How-do-i-encrypt-decrypt-input-parameter/m-p/56618#M1332</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2020-06-15T17:57:00Z</dc:date>
    </item>
    <item>
      <title>RE: How do i encrypt &amp; decrypt input parameter</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/How-do-i-encrypt-decrypt-input-parameter/m-p/56619#M1333</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt; - Thanks a lot for your response. Please suggest if VBO will be updated in near future to fix it?&amp;nbsp;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mayank Goyal&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Jun 2020 22:59:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/How-do-i-encrypt-decrypt-input-parameter/m-p/56619#M1333</guid>
      <dc:creator>MayankGoyal2</dc:creator>
      <dc:date>2020-06-15T22:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: How do i encrypt &amp; decrypt input parameter</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/How-do-i-encrypt-decrypt-input-parameter/m-p/56620#M1334</link>
      <description>&lt;P&gt;&lt;A class="user-content-mention" data-sign="@" data-contactkey="e236af74-2e8c-4ea2-b127-7ef0a242fef4" data-tag-text="@Mayank Goyal" href="https://community.blueprism.com/network/profile?UserKey=e236af74-2e8c-4ea2-b127-7ef0a242fef4" data-itemmentionkey="5286c420-ccaa-464c-ac69-d46e42017596"&gt;@Mayank Goyal&lt;/A&gt; I have asked a member of my team to work on updating the VBO. Once he's finished, it will be posted to the Digital Exchange.&lt;/P&gt;
&lt;P&gt;I'll post an update here when that's complete.&lt;BR /&gt;&lt;BR /&gt;Cheers,​​&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Jun 2020 23:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/How-do-i-encrypt-decrypt-input-parameter/m-p/56620#M1334</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2020-06-15T23:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: How do i encrypt &amp; decrypt input parameter</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/How-do-i-encrypt-decrypt-input-parameter/m-p/56621#M1335</link>
      <description>Hi Mayank,&lt;BR /&gt;&lt;BR /&gt;I have updated existing VBO with 256AES encryption, If you want i can share it with you.&lt;BR /&gt;Updated VBO is working fine with 256AES -Key,&amp;nbsp; You can use it in your process as per your need.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Amit Chauhan&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Amit Chauhan&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Jun 2020 04:28:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/How-do-i-encrypt-decrypt-input-parameter/m-p/56621#M1335</guid>
      <dc:creator>AmitChauhan</dc:creator>
      <dc:date>2020-06-16T04:28:00Z</dc:date>
    </item>
    <item>
      <title>RE: How do i encrypt &amp; decrypt input parameter</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/How-do-i-encrypt-decrypt-input-parameter/m-p/56622#M1336</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/43391"&gt;@AmitChauhan&lt;/a&gt; - Kindly share the updated VBO. ​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mayank Goyal&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Jun 2020 18:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/How-do-i-encrypt-decrypt-input-parameter/m-p/56622#M1336</guid>
      <dc:creator>MayankGoyal2</dc:creator>
      <dc:date>2020-06-16T18:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: How do i encrypt &amp; decrypt input parameter</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/How-do-i-encrypt-decrypt-input-parameter/m-p/56623#M1337</link>
      <description>The Utility - Encryption VBO has been updated and is available on the DX here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://digitalexchange.blueprism.com/dx/entry/9648/solution/utility---encryption" target="_blank" rel="noopener"&gt;https://digitalexchange.blueprism.com/dx/entry/9648/solution/utility---encryption&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jun 2020 17:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/How-do-i-encrypt-decrypt-input-parameter/m-p/56623#M1337</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2020-06-19T17:57:00Z</dc:date>
    </item>
  </channel>
</rss>

