<?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: Capability to encrypt or decrypt a file using a given key in Digital Exchange</title>
    <link>https://community.blueprism.com/t5/Digital-Exchange/Capability-to-encrypt-or-decrypt-a-file-using-a-given-key/m-p/51067#M359</link>
    <description>Thank You Eric&lt;BR /&gt;&lt;BR /&gt;This was very helpful&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Nupur&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nupur Sood&lt;BR /&gt;Research Associate&lt;BR /&gt;S&amp;amp;P&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 26 Aug 2021 16:09:00 GMT</pubDate>
    <dc:creator>NupurSood</dc:creator>
    <dc:date>2021-08-26T16:09:00Z</dc:date>
    <item>
      <title>Capability to encrypt or decrypt a file using a given key</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Capability-to-encrypt-or-decrypt-a-file-using-a-given-key/m-p/51063#M355</link>
      <description>Hello All&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Is there a utility or code anyone is aware of that can help encrypt or decrypt a file (possibly excel with multiple tabs)&lt;BR /&gt;&lt;BR /&gt;Thank You&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nupur Sood&lt;BR /&gt;Research Associate&lt;BR /&gt;S&amp;amp;P&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Aug 2021 10:16:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Capability-to-encrypt-or-decrypt-a-file-using-a-given-key/m-p/51063#M355</guid>
      <dc:creator>NupurSood</dc:creator>
      <dc:date>2021-08-23T10:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: Capability to encrypt or decrypt a file using a given key</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Capability-to-encrypt-or-decrypt-a-file-using-a-given-key/m-p/51064#M356</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1003"&gt;@NupurSood&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Check out the &lt;STRONG&gt;Utility - Encryption&lt;/STRONG&gt; VBO on the DX. You can find it &lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/utility---encryption-2" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Aug 2021 17:07:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Capability-to-encrypt-or-decrypt-a-file-using-a-given-key/m-p/51064#M356</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-08-23T17:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: Capability to encrypt or decrypt a file using a given key</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Capability-to-encrypt-or-decrypt-a-file-using-a-given-key/m-p/51065#M357</link>
      <description>Hello Eric&lt;BR /&gt;&lt;BR /&gt;Thank you for your response. The DX asset shared seems to convert data items but I have excel files which I do not want to get as a string (due to formatting and amount of data). Would you have a suggestion to deal with a scenario like that where the complete file itself can be encrypted or decrypted&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Nupur&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nupur Sood&lt;BR /&gt;Research Associate&lt;BR /&gt;S&amp;amp;P&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Aug 2021 07:41:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Capability-to-encrypt-or-decrypt-a-file-using-a-given-key/m-p/51065#M357</guid>
      <dc:creator>NupurSood</dc:creator>
      <dc:date>2021-08-24T07:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: Capability to encrypt or decrypt a file using a given key</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Capability-to-encrypt-or-decrypt-a-file-using-a-given-key/m-p/51066#M358</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1003"&gt;@NupurSood&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;If the contents of the file are text you could still use this VBO to encrypt/decrypt it. You would just need to read the contents of the file into a Text data item, encrypt/decrypt that text, and then write the contents back out to disk. Unfortunately, this VBO doesn't support working with binary data at the moment, so a typical XLS file would be an issue. I'm adding this as a new feature request for the VBO.&lt;BR /&gt;&lt;BR /&gt;FWIW - There are File.Encrypt() and File.Decrypt() actions available in .NET that could be called from a code stage. There is a potential issue with those though as they are specific to the logged in user account. In other words, you don't provide a specific key. The Windows O/S decides on the salt and key based on the logged-in user. So if robot XYZ encrypted a file only robot XYZ would be able to decrypt it.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Aug 2021 14:05:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Capability-to-encrypt-or-decrypt-a-file-using-a-given-key/m-p/51066#M358</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-08-24T14:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: Capability to encrypt or decrypt a file using a given key</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Capability-to-encrypt-or-decrypt-a-file-using-a-given-key/m-p/51067#M359</link>
      <description>Thank You Eric&lt;BR /&gt;&lt;BR /&gt;This was very helpful&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Nupur&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nupur Sood&lt;BR /&gt;Research Associate&lt;BR /&gt;S&amp;amp;P&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Aug 2021 16:09:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Capability-to-encrypt-or-decrypt-a-file-using-a-given-key/m-p/51067#M359</guid>
      <dc:creator>NupurSood</dc:creator>
      <dc:date>2021-08-26T16:09:00Z</dc:date>
    </item>
  </channel>
</rss>

