Tuesday, May 14, 2024
 Popular · Latest · Hot · Upcoming
-1
rated 0 times [  -1] [ 0]  / answers: 1 / hits: 1211  / 2 Years ago, wed, december 8, 2021, 6:15:20

Just recently got interested in encryption and some things are unclear. Say my ubuntu user is password protected and i have an encrypted folder. Now let's say someone takes my laptop, checks if i have encfs installed and because i have, he knows there are some encrypted files on the laptop. How hard would it be for that someone to get to those files?
The user password is fairly easy to bypass. I have read this https://help.ubuntu.com/community/FolderEncryption and as much as i understand that someone would have to know the location of the enrypted and visible folders and since he's already bypassed the user password he could also access those files using an encfs command right?


More From » encryption

 Answers
5

At first, I am recommending to use the manual command: man encfs. The encfs command makes an encrypted filesystem.


In case of Single password mode configuration it doesn't matter how strong is your filesystem encryption, if the hacker crack your easy login password. He will be also able to access your filesystem.


There are different cases when you have separate passwords for the login and the encrypted files/partitions, etc.



  1. The whole SSD/HDD encrypted. In that case the attacker cannot access your file until he cracks your encFS password. In that case your user password is also encrypted.



  2. Another case when the system partitions are not encrypted, but there are files/partitions which are. So in this scenario, an attacker can mount your sys partitions and may have access to your hashed, or encrypted password (by a password hash algorithm). But the attacker will not able to read your encrypted files/partitions until he brute forces the password of the encFS.




To answer your question:


If you used the laptop in Single Password mode with weak password, the likelihood is high, because you reused the weak password.


If you used 2 passwords and the encFS password is strong, it would be very hard to get those file.


Further information:


https://wiki.archlinux.org/index.php/EncFS


[#22070] Friday, December 10, 2021, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ellter

Total Points: 311
Total Questions: 111
Total Answers: 117

Location: Lithuania
Member since Thu, Jul 14, 2022
2 Years ago
;