I was looking for ways to protect the password data in the my application. I was initially using CryptProtectData
API, but I see that the Windows Credential Provider sample use CredProtectW
API. What is the difference in terms of encryption and which is better?