comment
This commit is contained in:
parent
8e8de08a0e
commit
3de3f40c11
2 changed files with 19 additions and 1 deletions
|
@ -0,0 +1,18 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="joey"
|
||||||
|
subject="""comment 3"""
|
||||||
|
date="2021-10-19T13:58:24Z"
|
||||||
|
content="""
|
||||||
|
Sequoia-PGP could be another contender (OpenPGP in rust). There is a sq
|
||||||
|
command line interface that is equivilant to gpg.
|
||||||
|
|
||||||
|
It should be able to decrypt objects in repositories encrypted using gpg.
|
||||||
|
If that works well, git-annex could support it in parallel with gpg for
|
||||||
|
some time, then deprecate the gpg support and eventually remove it. This is
|
||||||
|
a more appealing path than supporting multiple encryption tools
|
||||||
|
indefinitely.
|
||||||
|
|
||||||
|
This issue is a pre-requisite for using sq, although presumably the
|
||||||
|
low-level library could be used directly to avoid the issue.
|
||||||
|
<https://gitlab.com/sequoia-pgp/sequoia/-/issues/766>
|
||||||
|
"""]]
|
|
@ -19,7 +19,7 @@ extra-deps:
|
||||||
- IfElse-0.85
|
- IfElse-0.85
|
||||||
- aws-0.22
|
- aws-0.22
|
||||||
- bloomfilter-2.0.1.0
|
- bloomfilter-2.0.1.0
|
||||||
- git-lfs-1.1.1
|
- git-lfs-1.1.2
|
||||||
- http-client-restricted-0.0.4
|
- http-client-restricted-0.0.4
|
||||||
- network-multicast-0.3.2
|
- network-multicast-0.3.2
|
||||||
- sandi-0.5
|
- sandi-0.5
|
||||||
|
|
Loading…
Add table
Reference in a new issue