x-itec / pam-encfs

Automatically exported from code.google.com/p/pam-encfs
0 stars 0 forks source link

Add possibility to use pam_encfs for authentication (insted of pam_unix and /etc/shadow) #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
You can start with this patch to encfs:
http://code.google.com/p/encfs/issues/detail?id=110
i hope it will be merged.

then you can check password even without mounting the drive, so it will be 
possible to use encfs for login.

Main reason for this is that /etc/shadow may be possibly cracked faster than 
encfs which is problem if you are using single-password model (same password 
for encfs and login).

You should also make it possible to change encfs password using pam_encfs (it's 
not so hard to add such functionality to pam moduel).

Original issue reported on code.google.com by Harvi...@gmail.com on 4 Dec 2011 at 11:15