Quantcast
Channel: Admins Goodies » encrypting-file-system
Viewing all articles
Browse latest Browse all 9

Gain access to other people’s encrypted files

$
0
0

Question

For a proof of concept I am building a server which will host 2 users.

Both users are local admin, and both users are domain users.

User1 will encrypt the files with EFS so he can get transparent access.

Is it possible to for User2 to get access to those files?

If so, are there other ways to prevent access to those files?

Thanks!

Asked by Snake

Answer

No.

  • EFS encryption doesn’t occur at the application level but rather at the file-system level; therefore, the encryption and decryption process is transparent to the user and to the application. If a folder is marked for encryption, every file created in or moved to the folder will be encrypted. Applications don’t have to understand EFS or manage EFS-encrypted files any differently than unencrypted files. If a user attempts to open a file and possesses the key to do so, the file opens without additional effort on the user’s part. If the user doesn’t possess the key, they receive an “Access denied” error message.

  • File encryption uses a symmetric key, which is then itself encrypted with the public key of a public key encryption pair. The related private key must be available in order for the file to be decrypted. This key pair is bound to a user identity and made available to the user who has possession of the user ID and password. If the private key is damaged or missing, even the user that encrypted the file cannot decrypt it. If a recovery agent exists, then the file may be recoverable. If key archival has been implemented, then the key may be recovered, and the file decrypted. If not, the file may be lost. EFS is an excellent file encryption system—there is no “back door.”

Sort of.

  • EFS keys are protected by the user’s password. Any user who can obtain the user ID and password can log on as that user and decrypt that user’s files. Therefore, a strong password policy as well as strong user education must be a component of each organization’s security practices to ensure the protection of EFS-encrypted files.

  • EFS-encrypted files don’t remain encrypted during transport if saved to or opened from a folder on a remote server. The file is decrypted, traverses the network in plaintext, and, if saved to a folder on the local drive that’s marked for encryption, is encrypted locally. EFS-encrypted files can remain encrypted while traversing the network if they’re being saved to a Web folder using WebDAV. This method of remote storage isn’t available for Windows 2000.

Yes.

Rubber hose cryptography.

Answered by HopelessN00b

Viewing all articles
Browse latest Browse all 9

Latest Images

Trending Articles





Latest Images