¡@

Home 

c# Programming Glossary: dpapi

Encrypting Web.Config

http://stackoverflow.com/questions/1075245/encrypting-web-config

there are two ways of doing this using aspnet_regiis using DPAPI or RSA or doing it programmatically . The programmatic way can..

Persistent storage of encrypted data using .Net

http://stackoverflow.com/questions/154430/persistent-storage-of-encrypted-data-using-net

share improve this question The Data Protection API DPAPI does exactly what you want. It provides symmetric encryption.. will re encrypt the data using the user's new password. DPAPI is exposed in .NET with the System.Security.Cryptography.ProtectedData.. encodedBytes null DataProtectionScope.CurrentUser DPAPI works correctly with roaming profiles as described here though..

Programmatically encrypting a config-file in .NET

http://stackoverflow.com/questions/21965/programmatically-encrypting-a-config-file-in-net

How To Encrypt Configuration Sections in ASP.NET 2.0 Using DPAPI MSDN Please feel free to complement with other links maybe some..

Extension of Binary search algo to find the first and last index of the key value to be searched in an array

http://stackoverflow.com/questions/2218931/extension-of-binary-search-algo-to-find-the-first-and-last-index-of-the-key-valu

Securely Storing Optional Entropy While Using DPAPI

http://stackoverflow.com/questions/2585746/securely-storing-optional-entropy-while-using-dpapi

Storing Optional Entropy While Using DPAPI So I am trying to store the symmetric key using DPAPI. All.. DPAPI So I am trying to store the symmetric key using DPAPI. All is well and great but what to do with the entropy This.. is what is the best way to store the entropy using DPAPI c# entropy dpapi encryption symmetric share improve this..