sgan81 / apfs-fuse

FUSE driver for APFS (Apple File System)
GNU General Public License v2.0
1.74k stars 164 forks source link

Secure password in fstab #161

Open sql-sith opened 2 years ago

sql-sith commented 2 years ago

First of all, thank you so much for an apfs driver for Linux that WORKS! I have a "nice to have" request.

Would it be possible to encrypt the password stored in /etc/fstab? As you know, that file is plain-text and world-readable. I'd rather not store a password in there.

Alternatively, could the password be stored in an external file and encrypted there?

I'm curious to know your thoughts. Thanks.