this post was submitted on 18 Aug 2024
28 points (100.0% liked)

Programming

21543 readers
484 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 2 years ago
MODERATORS
 

Namely, de-facto, or one of, in Linux. Mature. No GUI. Open-source and free.

What is it? GPG or anything else?

For a separate file(s), or directory(ies), and not for the entire disk or partition.

all 14 comments
sorted by: hot top controversial new old
[–] [email protected] 23 points 10 months ago (2 children)

If you use ext4 or other filesystem that supports fscrypt, you can use fscrypt to encrypt specific directories.

There's also gocryptfs for a fuse-based userspace implementation.

ZFS has built-in encryption: https://klarasystems.com/articles/openzfs-native-encryption/

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

This.

Thanks to Meta BTRFS is apparently got/getting it to a certain extent too: https://youtu.be/6YIc2fVLVPU?si=ngiHWS0fw2zIHf2M

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

I don't want to encypt them in-place because I'll be uploading them onto a server, copying them on an external drive.

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

I've been using gocryptfs now for a few years and it works fine as you describe.

You initiate the encrypted folder, set up automatic backups for it. Then whenever you want to access it you mount it into another folder.

There is a distinction here between the permanently encrypted folder that you can upload backup whatever, and your temporary mount, unencrypted folder.

If you're alright with the rare conflicts to fix yourself something like syncthing works well for this setup even across computers.

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

If you want per-directory encryption, there are several options. This front-end project lists a bunch of them in its Supported Backends section.

(Full disk encryption does have a single conventional answer: LUKS. Many distros offer to set this up at install time.)

You're posting in a programming community, though, not a linux help community. Are you looking for a library for use in software you're writing?

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

"I don’t want to encypt them in-place because I’ll be uploading them onto a server, copying them on an external drive."

[–] [email protected] 5 points 10 months ago (1 children)
[–] [email protected] 1 points 10 months ago* (last edited 10 months ago) (1 children)
  1. backups, non-incremental ones
  2. prevent others from viewing information that may be sensitive
  3. encrypted files and directories will then be copied over to external drives and third-party servers
[–] [email protected] 3 points 10 months ago (1 children)
[–] [email protected] 1 points 10 months ago (1 children)

re-read my question carefully

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

Sorry I'm not sure I understand what it is you think I'm missing. It's FOSS, works on Linux, has a CLI, works for both files and directories... please enlighten me what I got wrong?

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

It's got CLI too - alright. But is it any de-facto, mature, well-known, widely used? What gurantees that it's as secure as openssl or gpg? It might have plenty of bugs and vulnerabilies.

[–] [email protected] 2 points 10 months ago