Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request/Question - encrypt recipient file #25

Closed
stsch9 opened this issue Dec 22, 2022 · 1 comment
Closed

Feature Request/Question - encrypt recipient file #25

stsch9 opened this issue Dec 22, 2022 · 1 comment

Comments

@stsch9
Copy link

stsch9 commented Dec 22, 2022

To share passwords with others, it makes sense to store the data on a shared storage. The shared storage might not be very trusted (e.g. Google Drive).
One problem is to share the recipient file securely with others.
Would it make sense to encrypt the recipient file also for all recipients with the recipient keys of the recipient file and put it on the shared storage? If so, would it make sense to add in passage a command e.g. "encrypt_recipient_file" or an env variable e.g. "ENCRYPT_RECIPIENT_FILE=true"?

@FiloSottile
Copy link
Owner

That's interesting, but it would make every write operation require a decryption. Instead, I suggest putting the file outside the synced folder and pointing $PASSAGE_RECIPIENTS_FILE to it.

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

No branches or pull requests

2 participants