Home All Groups Group Topic Archive Search About
Author
26 May 2005 12:05 PM
Johan
Hi,
How does the DPAPI work when using machinestore? Does all users on the
machine have access to the encrypted data?
Or is it possible to set an access list?

Johan

Author
26 May 2005 1:00 PM
Michel Gallant
Yes all users on that machine can decrypt the DPAPI encrypted data if you use
   CRYPTPROTECT_LOCAL_MACHINE flag.
You should therefore ALSO considering adding ACL control to the encrypted data,
and also you might want to add additional pOptionalEntropy password protection.

See also Writing Secure Code, 2nd Edn.  p. 306 pp

- Mitch Gallant
   MVP Security

Show quoteHide quote
"Johan" <jo***@home.se> wrote in message news:d74e0d$iuu$1@ulric.tng.de...
> Hi,
> How does the DPAPI work when using machinestore? Does all users on the
> machine have access to the encrypted data?
> Or is it possible to set an access list?
>
> Johan