I thought of the following pipeline:
- I have some remote storage solution (github repo, gdrive, etc.)
- I store my encrypted notes there
- I encrypt with gpgCrypt (which is basically gpg)
- I encrypt on one device
- ..but can't decrypt on any other device, since only one keypair is allowed
I found this question on stackexchange talking about sharing keys and such, the answer mentioned asymmetric file encryption. Is that something that might be considered, or is it out-of-scope and a simpler solution exists?
I thought of the following pipeline:
I found this question on stackexchange talking about sharing keys and such, the answer mentioned asymmetric file encryption. Is that something that might be considered, or is it out-of-scope and a simpler solution exists?