Skip to content
This repository has been archived by the owner on Feb 12, 2019. It is now read-only.

Is there a way to encrypt for multiple users from command line? #774

Closed
Engelberg opened this issue Feb 18, 2017 · 5 comments
Closed

Is there a way to encrypt for multiple users from command line? #774

Engelberg opened this issue Feb 18, 2017 · 5 comments

Comments

@Engelberg
Copy link

I want to mimic what kbfs does to a shared private folder, but encrypt the file to be stored elsewhere, so that it can be decrypted by multiple keybase users.

@strib
Copy link
Contributor

strib commented Feb 18, 2017

Yes, see keybase encrypt --help. It's not exactly the same as KBFS though, since it won't re-encrypt the file when the users add new devices later.

@Engelberg
Copy link
Author

I tried that, and it implies that you can, but when I do keybase encrypt name1,name2,name3 -i filename.txt I get an error saying Unexpected OR operator, which suggests you can't do multiple names.

@cjb
Copy link
Contributor

cjb commented Feb 19, 2017

@Engelberg I think it's keybase encrypt -i filename.txt name1 name2 name3.

@jzila
Copy link
Contributor

jzila commented May 25, 2017

@Engelberg: did @cjb's solution resolve your issue?

@Engelberg
Copy link
Author

Yes. Thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants