Tagged Questions
2
votes
1answer
382 views
Why do I get different outputs when encrypting using DPAPI?
I'm using DPAPI in C++ to encrypt some data that I need to store in a file. The thing is that I need to read that file from C#, so I need to be able to:
C++ encrypt, C++ decrypt (is working good)
C# ...