<div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hi Francesco,<br></div><div><br></div><div>Thanks for the reply. I did the below</div><div><br></div><div><div>[centos]# ls helloworld/</div><div>check_cpu_perf.sh  <a href="http://check_mem.pl">check_mem.pl</a>  jdk-8u162-linux-x64.rpm</div><div>[centos]# gpg-zip --encrypt --output hellogpg --gpg-args  -r kaushal helloworld</div><div>/usr/bin/tar: kaushal: Cannot stat: No such file or directory</div><div>gpg: missing argument for option "-r"</div><div>[centos]#</div></div><div><br></div><div>Am i missing something?</div><div><br></div><div><span class="gmail-gr_ gmail-gr_8 gmail-gr-alert gmail-gr_gramm gmail-gr_inline_cards gmail-gr_disable_anim_appear gmail-Punctuation gmail-only-ins gmail-replaceWithoutSep" id="gmail-8" style="display:inline;border-bottom:2px solid transparent;background-repeat:no-repeat">Thanks</span> Wiktor, I'll check it out. <br><br></div><div>Best Regards,</div><div><br></div><div>Kaushal</div></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Nov 6, 2018 at 4:52 PM Wiktor Kwapisiewicz <<a href="mailto:wiktor@metacode.biz">wiktor@metacode.biz</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 06.11.2018 10:42, Francesco Ariis wrote:<br>
> Hello Kaushal,<br>
> <br>
> On Tue, Nov 06, 2018 at 11:25:47AM +0530, Kaushal Shriyan wrote:<br>
>> I am using CentOS 7.5 Linux OS in my setup. I have compressed a folder<br>
>> using tar utility tar czvf backupfolder.tar.gz backupfolder. Is there a way<br>
>> to encrypt backupfolder.tar.gz using gpg? Are there any best practices to<br>
>> use gpg application to encrypt the data. Any help will be highly<br>
>> appreciated and i look forward to hearing from you.<br>
> <br>
> in Debian is there a small utility (`gpg-zip`, found in the `devscripts`<br>
> package) which does just that. Maybe it's packaged in CentOS too!<br>
> -F<br>
<br>
Maybe that's too simple but what about just:<br>
<br>
  gpg --encrypt --recipient $YOU backupfolder.tar.gz<br>
<br>
Of course after generating the key (gpg --gen-key).<br>
<br>
Best practices:<br>
  - use most recent GnuPG,<br>
  - you can generate keys on another computer (offline?) and export just<br>
public parts to the one that does encryption,<br>
  - you can move decryption keys to a hardware token.<br>
<br>
Kind regards,<br>
Wiktor<br>
<br>
-- <br>
<a href="https://metacode.biz/@wiktor" rel="noreferrer" target="_blank">https://metacode.biz/@wiktor</a><br>
</blockquote></div>