From 77b976b366fca3e3cb551d4d70f6a94c37a5334c Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 1 Apr 2020 16:18:11 +0300 Subject: [PATCH] Often gpg is used for fast encryption --- bin/bin/gpg-e-fast.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bin/bin/gpg-e-fast.sh 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 $@ -- 2.44.0