On 2023-01-18 10:16:20, pass-maillingl...@artursterz.de wrote:
> the other day I was thinking about whether it might be time to
> replace GPG with another backend. age [1]
Even if Pass were to support Age as an alternate backend, why replace
GPG? None of the reasons given is compelling enough for
On 1/18/23 19:43, Kjetil Torgrim Homme wrote:
> Den 18/01/2023 23:46, skreiv Judd Montgomery:
>>From 4b547b5332110c19ebdc8802d1cd628979ade59a Mon Sep 17 00:00:00 2001
>> From: Judd Montgomery
>> Date: Wed, 18 Jan 2023 17:32:56 -0500
>> Subject: [PATCH] The pipe to a tail and then head -1 can f
diff --git a/src/password-store.sh b/src/password-store.sh
index 22e818f..8ea4d65 100755
--- a/src/password-store.sh
+++ b/src/password-store.sh
@@ -388,7 +388,7 @@ cmd_show() {
echo "$pass" | $BASE64 -d
else
[[ $selected_line =~ ^[0
Den 18/01/2023 23:46, skreiv Judd Montgomery:
From 4b547b5332110c19ebdc8802d1cd628979ade59a Mon Sep 17 00:00:00 2001
From: Judd Montgomery
Date: Wed, 18 Jan 2023 17:32:56 -0500
Subject: [PATCH] The pipe to a tail and then head -1 can fail due to a
pipefail.
https://stackoverflow.com/que
From 4b547b5332110c19ebdc8802d1cd628979ade59a Mon Sep 17 00:00:00 2001
From: Judd Montgomery
Date: Wed, 18 Jan 2023 17:32:56 -0500
Subject: [PATCH] The pipe to a tail and then head -1 can fail due to a
pipefail.
https://stackoverflow.com/questions/22464786/ignoring-bash-pipefail-for-error-co
Den 18/01/2023 18:22, skreiv Judd Montgomery:
the patch looks good to me, much simpler and safer, and guaranteed to
not trigger EPIPE. you should however move your comments from the patch
into a commit message, I don't think we want history like that in the
script itself.
>
Is there a way to
On 1/18/23 11:07, Kjetil Torgrim Homme wrote:
> Den 13/01/2023 04:13, skreiv Judd Montgomery:
>> Hi,
>>
>> I have a secret that is over 1000 lines long and each line is on average
>> 24 characters. I noticed that the pass show -c[line-number] option only
>> works when trying to clip lines number
Den 13/01/2023 04:13, skreiv Judd Montgomery:
Hi,
I have a secret that is over 1000 lines long and each line is on average
24 characters. I noticed that the pass show -c[line-number] option only
works when trying to clip lines numbers greater than 850 or so. Any
line number less than this fail
Hi,
There already exists a fork of Pass that uses age as a backend.[1] Thus
there's no point in reinventing that in our branch.
I will add that although Age has a lot going for it, I like my setup and
will keep using OpenPGP and thus GPG pass for the foreseeable future.
Therefore I will foll
Den 14/01/2023 10:58, skreiv Wolfgang Schildbach:
My question is what are best practices when it comes to (pgp) key
management in this situation, and the documentation seems fairly light
in this respect.
From what I can see, there are two options.
1) Create a different public/private key pai
Hello to all,
the other day I was thinking about whether it might be time to replace GPG with
another backend. age [1] is written in Go, seems to follow a similar philosophy
as e.g. WireGuard (reasonable algorithms, no unnecessary configuration, ...) and
is accepted by the community (about 12.7k s
11 matches
Mail list logo