this post was submitted on 15 Jun 2024
1705 points (98.9% liked)

Programmer Humor

19187 readers
1147 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 3 months ago (1 children)
[–] [email protected] 1 points 3 months ago (1 children)

What tool would you recommend for that?

[–] [email protected] 1 points 3 months ago (1 children)

kleopatra is good, just make sure to backup your private key. If you are comfortable with a cli you could use gnupg. Its man page is good.

[–] [email protected] 1 points 3 months ago* (last edited 3 months ago) (1 children)

If you are comfortable with a cli you could use gnupg. Its man page is good.

If I have cloud storage mounted somewhere I need to be able to drag and drop directories in and out, see the files inside in an unencrypted form, and they should transparently be uploaded encrypted. This could very well be achieved by a bunch of scripts involving gnupg, but then that's what's I'm looking for, because gnupg by itself wouldn't be productive to use unless as a one-off.

This seems promising: https://szymonkrajewski.pl/encrypted-cloud-drive-rclone/

[–] [email protected] 1 points 3 months ago

Well it depends on your use case. You could make a script to encrypt a copy of all the files in a directory, make a folder in the cloud storage, and then move the encrypted files to that directory.