Cryptography

Discussion in 'ASP.NET / ASP.NET Core' started by Bruce, Apr 20, 2005.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Bruce

    Bruce DiscountASP.NET Staff

    1) servers are not clustered.

    2) i am not sure.. you'll have to test it and if it doesn't work, you'll have to contact technical support.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  2. Me

    Me

    I am working on creating an encryption class for storing passwords in a database. I am considering using the DPAPI outlined in Microsoft?s patterns and practices (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/SecNetHT08.asp).
    </o:p>
    I only have a few concerns.
    </o:p>
    1) Are the servers clustered? If I understand correctly, by using the machine store, the data can only be decrypted on the same machine it was encrypted on. Therefore, clustering would cause issues.
    </o:p>
    2) If I can?t use the machine store, do I have access to the user store? I believe there is some extra set up that needs to done in order to ensure the user profile is properly loaded.
    </o:p>
    Are there any other issues with using the DPAPI that I haven?t thought of?

    Thanks for your help.
     
  3. There are examples on MSDN that show how to do encryption without having to involve a system dependent entity like the machine store. I've written one based on one of their samples that also runs under Mono on Linux.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page