Magicthyse
Golden Member
EFS - Encrypting File System that is.
I'm wondering if it's practically usable, or whether it can be easily cracked.
I'm wondering if it's practically usable, or whether it can be easily cracked.
EFS uses a randomly-generated symmetric key to encrypt file data. A new key is generated for each file that is encrypted. The data encryption algorithm that is used is DESX (a stronger version of Data Encryption Standard). No other algorithms can be configured.
The symmetric encrypting key is then encrypted using the public key derived from your EFS certificate. The resulting encrypted data, along with your display name and a hash of the certificate, is stored in a named stream in the file that contains EFS metadata. When EFS decrypts a file, it uses your private key to decrypt the symmetric encrypting key. EFS then uses the symmetric key to decrypt the data.
Originally posted by: Magicthyse
Hmmmm... Not entirely sure what that means but is teh key recovereable?