Related resources for Crypto Services
  • Using the DPAPI through ProtectedData Class in .Net Framework 2.05/13/2012 3:21:02 AM. The objective of this tutorial is to show how the DPAPI can be used to encrypt and decrypt data. Encrypt some data using ProtectedData Class in System.Security.Cryptography namespace and save it to a file. Show that the data can be decrypted using the same class but deferent method. Login as a different user,and show that the data cannot be decrypted.