<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Troubleshooting on SILO</title><link>https://silo.pgsty.com/operations/troubleshooting/</link><description>Recent content in Troubleshooting on SILO</description><generator>Hugo</generator><language>en</language><atom:link href="https://silo.pgsty.com/operations/troubleshooting/index.xml" rel="self" type="application/rss+xml"/><item><title>Encrypting Files</title><link>https://silo.pgsty.com/operations/troubleshooting/encrypting-files/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://silo.pgsty.com/operations/troubleshooting/encrypting-files/</guid><description>&lt;p&gt;&lt;a id="encrypting-files"&gt;&lt;/a&gt;
&lt;a id="minio-support-encryption"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2 id="description"&gt;Description&lt;/h2&gt;
&lt;p&gt;You can encrypt the output of the &lt;a href="https://silo.pgsty.com/reference/minio-mc/mc-support-inspect/#command-mc.support.inspect"&gt;&lt;code&gt;mc support inspect&lt;/code&gt;&lt;/a&gt; command for enhanced security when transmitting the files to &lt;a href="https://min.io/pricing?jmp=docs"&gt;MinIO SUBNET&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="encryption"&gt;Encryption&lt;/h2&gt;
&lt;p&gt;You can choose to encrypt the output zip file for enhanced security with the &lt;code&gt;--encrypt&lt;/code&gt; flag. MinIO provides a binary to decrypt the file.&lt;/p&gt;
&lt;p&gt;When the encryption flag, the output provides a decryption key. The output resembles the following:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-shell" data-lang="shell"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;$ mc support inspect --encrypt play/test123/test*/*/part.*
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;mc: Encrypted file data successfully downloaded as inspect.ad2b43d8.enc
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;mc: Decryption key: ad2b43d847fdb14e54c5836200177f7158b3f745433525f5d23c0e0208e50c9948540b54
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;mc: The decryption key will ONLY be shown here. It cannot be recovered.
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;mc: The encrypted file can safely be shared without the decryption key.
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;mc: Even with the decryption key, data stored with encryption cannot be accessed.
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;As the output says, MinIO only displays the encryption key this one time, and it cannot be displayed or recovered later.&lt;/p&gt;</description></item></channel></rss>