Securely Storing Optional Entropy While Using DPAPI

Posted by Changeling on Stack Overflow See other posts from Stack Overflow or by Changeling
Published on 2010-04-06T14:46:23Z Indexed on 2010/04/09 23:03 UTC
Read the original article Hit count: 434

Filed under:
|
|
|

So I am trying to store the symmetric key using DPAPI. All is well and great, but what to do with the entropy? This answered question here really doesn't provide enough insight. It seems like a slippery slope - I could use the machine store to store the entropy but then what prevents someone from getting at that as well? Note: I am storing the current key using the User Scope.

So my question is - what is the best way to store the entropy using DPAPI?

© Stack Overflow or respective owner

Related posts about c#

Related posts about dpapi