DPAPI + Entropy
- by TWith2Sugars
We have a WPF app that allows our users to download encrypted content and we want to provide the ability to decrypt this content off-line. The idea is to download the keys and store them using the DPAPI but I'm having trouble with the entropy parameter.
Is there any way to generate an entropy to consistently use for the DPAPI functions with out hardcoding/storing them?
Thanks
Tony