Re: securing folder on external disk(s) by Lionel
Lionel
Wed Jun 09 12:32:10 CDT 2004
It's in the registry. You can export it to a file using the "Certificate
manager" MMC applet (run mmc, then add this applet using File -> Add a
component). Don't forget to export the private key!
Zen Andreas wrote:
> Where can I find the certificate (i.e. path) that is being used,
> so I can have one backup on i.e. a floppy or a CD?
>
> Thanks,
> Zen
> "Lionel Fourquaux" <use.reply.to@no-spam.invalid> wrote in
> message news:O4FatdhTEHA.3660@tk2msftngp13.phx.gbl...
>
>>Zen Andreas wrote:
>>
>>>And, if you can delete the directories without permission, I
>>>think you can move or copy it somewhere else as well (without
>>>authorisation).
>>
>>That's not completely true: you can destroy information without
>
> being
>
>>able to decrypt it. You cannot completely avoid this, since
>
> it's
>
>>possible to destroy the disk itself (or reformat it).
>>
>>
>>>Basically I want it to work like a car: if you have the key
>
> you
>
>>>can drive it else you have to break in with force (but that's
>>>where the encryption comes in I think).
>>>
>>>If, as you advices, I'd use the EFS. Where do I find the
>
> right
>
>>>key? and is it true where ever I bring the key I can gain
>
> access
>
>>>on the basis of this key alone?
>>
>>The key is a self-signed certificate that is generated the
>
> first time
>
>>you use EFS. It's stored in a secure part of the registry, and
>
> tied to
>
>>your login account. Without this certificate (precisely,
>
> without the
>
>>private key), your files are encrypted using very strong
>
> cryptographic
>
>>algorithms. You can be pretty sure that nobody will be able to
>
> decode
>
>>them _as long as the private key is unknown_.
>>
>>You should carefully back up this certificate, including the
>
> private
>
>>key, since you'll lose it if you reinstall, or even if you use
>
> a
>
>>password-reset disk. Without it, all your encrypted data will
>
> be lost.
>
>