From: Sergey Matveev Date: Wed, 1 Apr 2020 13:18:11 +0000 (+0300) Subject: Often gpg is used for fast encryption X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=77b976b366fca3e3cb551d4d70f6a94c37a5334c Often gpg is used for fast encryption --- diff --git a/bin/bin/gpg-e-fast.sh b/bin/bin/gpg-e-fast.sh new file mode 100755 index 0000000..580c8b5 --- /dev/null +++ b/bin/bin/gpg-e-fast.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +gpg --compress-level 0 --encrypt --cipher-algo AES-128 $@