Windows EFS allows users to encrypt files which thus can be accessed only by authorized users. To allow users on other systems to access the files the certificate must be exported. But if the same encrypted files are put for sharing on DC++ (p2p client) any user can download the original unencrypted files without any need for user permissions. why is this so? is this some sort of a flaw? please help
Windows EFS Flaw?
Collapse
X
-
Originally posted by trahul87Windows EFS allows users to encrypt files which thus can be accessed only by authorized users. To allow users on other systems to access the files the certificate must be exported. But if the same encrypted files are put for sharing on DC++ (p2p client) any user can download the original unencrypted files without any need for user permissions. why is this so? is this some sort of a flaw? please help -
Originally posted by trahul87Windows EFS allows users to encrypt files which thus can be accessed only by authorized users. To allow users on other systems to access the files the certificate must be exported. But if the same encrypted files are put for sharing on DC++ (p2p client) any user can download the original unencrypted files without any need for user permissions. why is this so? is this some sort of a flaw? please help
EFS stands for Encrypted File System. The FILE SYSTEM is encrypted, not the files themselves. The encryption layer lies at the Operating System level of the application heirarchy, not the application layer. When you (an authorized user) share the files in DC++, the application has access to the file system (because you do).Comment
Comment