Alex Gordon
Alex Gordon

Reputation: 60841

what is the difference between DPAPI and file.encrypt

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

Upvotes: 0

Views: 353

Answers (1)

JP Alioto
JP Alioto

Reputation: 45127

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.

Upvotes: 2

Related Questions