Hello
I am trying to create a folder locking application .
In which if folder is locked.Only way to open that folder i by entering the password even root should not be able to open it.
Is it Possible
Any Guidance is Appreciated
Hello
I am trying to create a folder locking application .
In which if folder is locked.Only way to open that folder i by entering the password even root should not be able to open it.
Is it Possible
Any Guidance is Appreciated
First thing that comes to mind would be encryption. By encrypting the directory with a password the only way to access its content is to have the password. Root can access everything except something that is encrypted.