💥💥💥I give up‼️ 🫷🫷🫷
Adding #Gocryptfs support to @backintime codebase is torture. 😭😭😭

🚀I decided to rewrite the whole mounting logic.

👉https://github.com/bit-team/backintime/issues/2391

#foss #opensource #backup

Gocryptfs support for SSH Profiles · Issue #2391 · bit-team/backintime

#1734

GitHub

@Sigma I understand. Without any real documented alternatives and migration paths, changes like this can be expected to trip up people though 🙃

- #fscrypt only supports some filesystems, setup and migration seem very manual and tedious, no #nixos wiki page or writeups
- #gocryptfs is FUSE, but also seems tedious, nothing for nixos either
- #CryFS is totally not designed for homedir encryption (though someome tried but stopped).

🚀 gocryptfs support merged into Back In Time

Local backup profiles can now use gocryptfs for encryption instead of the deprecated EncFS.

Will be included in the upcoming 1.6.0 release within in the next weeks.

🔗 PR: https://github.com/bit-team/backintime/pull/1897
🔗 Issue: https://github.com/bit-team/backintime/issues/1735

#backup #foss #opensource #debian #ubuntu #gocryptfs #encfs

Wow. All the big packages updating on my #Gentoo #Linux box. Been about 20 hours, 165 of 201 completed.

That's what I get for not updating for about 10 days.

Oh, and encfs is depreciated and going bye-bye. Luckily I have next weekend off and will have some time to switch all my local backups to #GoCryptFS.

I need to submit my workbook to the print shop for next #AdultESOL term.

#CyberSecurity class starts tomorrow.

International dinner at school in two weeks.

I'll sleep when I'm dead.

Why I don't use full disk encryption | Just Being

It's not secure and hurts system performance. Use this instead.

Just Being

Just published a blog post about how I use gocryptfs to encrypt some sensitive files. https://gyorban.net/blog/how-to-encrypt-your-sensitive-files-with-gocryptfs/

#gocryptfs #encription #privacy #linux

How to encrypt your sensitive files with gocryptfs

How to encrypt your sensitive files with gocryptfs

/dev/notes
🔒📲 Adicionei DroidFS à lista de aplicativos da F-Droid que tenho utilizado na tornozeleira eletrônica de bolso: https://blog.ayom.media/daltux/aplicativos-do-f-droid-que-uso-atualmente

#SoftwareLivre #FDroid #criptografia #Apps #Android #InfoSec #gocryptfs #CryFS #dicas
Aplicativos do F-Droid que uso atualmente

Fui instigado por uma publicação no Mastodon que pergunta: Que apps vcs usam do fdroid? Como a resposta não coube em 500 caracteres, ...

daltux
@SourLemonJuice 我的照片被 #gocryptfs 加密,我的 #安卓 手机看不了照片怎么办?用 droidfs 。 gocryptfs 有个修改版叫 libgocryptfs ,专门用于没有root权限的 #android 手机。 #DroidFS 用了 libgocryptfs 。#DroidFS 支持 Content providers ,因此你可以用其他图片查看器读取图片。从文件系统角度来看,你的 jpg 文件一直储存在 gocryptfs 的加密卷里,被隔离了。从安卓系统角度看,你的 jpg 文件保存在一个私有文件夹里,其他应用程序没有root权限无法读取它。其他app要借助 Content providers 接口才能读到里面的数据。你打开 jpg 文件看一眼,照片的数据并不会以明文形式写入闪存或SD卡。临时数据通常会留在RAM运行内存里。哪怕你的手机没有启用"设备加密",你的数据也是安全的。你把闪存芯片或者SD卡拆出来,用仪器去读,你也读取不到明文,你只能读到密文。

https://forge.chapril.org/hardcoresushi/libgocryptfs
https://github.com/hardcore-sushi/DroidFS
https://f-droid.org/packages/sushi.hardcore.droidfs/
libgocryptfs

Re-design of the original gocryptfs code to work as a library.

La forge Chapril
I organized my #storage like this. I think it's quite well thought out. All disks are SED hardware encrypted with TCG OPAL, root @ and @ home subvolumes are on #btrfs (mdadm RAID1), additionally encrypted with #LUKS2. A fast storage for less important local data is on NVMe drives. Data on large SATA drives is encrypted in LUKS images or using a cloud-friendly filesystems (#gocryptfs), quickly synchronized via LAN sync, and efficiently synced with cloud storage using block-level sync.

#linuxhint - automatic opening of kde vaults on login
first step is to make your vault with #gocryptfs for example for ~/Documents. then create an entry in #kwallet by creating a password in your "Passwords"-group (create it too if not present) named "vaultpass" and enter the password you used for ~/Documents. then create a bash script and let it autostart:
gocryptfs --extpass="kwallet-query -f Passwords -r vaultpass kdewallet" [.enc folder] ~/Documents

have fun :)

https://github.com/rfjakob/gocryptfs/wiki/Mounting-on-login-with-KDE-Wallet

Mounting on login with KDE Wallet

Encrypted overlay filesystem written in Go. Contribute to rfjakob/gocryptfs development by creating an account on GitHub.

GitHub