git-annex/doc/todo/feature_request__58___pubkey-only_encryption_mode.mdwn

17 lines
812 B
Text
Raw Normal View History

2015-03-29 20:20:30 +00:00
### Feature request
2015-04-06 17:09:35 +00:00
It is not possible to put encrypted content in place on remotes with just a
public GPG key. You always need the private key, even for encryption. I
guess this is because how the cipher HMAC is used for replacing file names
with their hashes. However, if that requirement (having secret file names)
was dropped, I assume a pubkey-only mode could be implemented?
2015-03-31 19:46:00 +00:00
2015-04-06 17:09:35 +00:00
My specific use case is backup archiving. I have my backups packed in
archive files and want to use git-annex to copy the archives to offsite
remotes (S3). In that case, I don't care much about hiding file names, but
would appreciate the increased security of not having the secret key on the
backup server. It would only be needed if I wanted to verify or restore
backups.
> Added "encryption=sharedpubkey" [[done]] --[[Joey]]