vote up 0 vote down star

what is the difference between DPAPI and file.encrypt (I/O)??

flag

1 Answer

vote up 1 vote down check

File.Encrypt calls EncryptFile that uses the Encrypting File System which in turn uses the DPAPI to protect the encryption keys. Basically, File.Encrypt is one of many potential encryption schemes that utilize the key management capabilities provided by Windows Data Protection (DPAPI) Architecture.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.