This is my first post! Here's the thing. CryptoDefense (Cryptolocker's competitor) swept the Internet at the end of February this year. Since it generates text files in all folders it encrypts, I even planned of using the first text file's timestamp to brute-force its PRNG to generate keys and within a computationally manageable time.
What happens now is that I recently discovered its private RSA key is stored on Windows Key Store and I am able to see its first characters. The remaining seem to be protected via DPAPI (Microsoft's Data Protection API). My questions are: How do I decrypt DPAPI? And, the other is: Is there a way to rebuild the private key with this information?