CryptAcquireContext question
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, I just want to know how to use crypting and decrypting properly, let say i have a key named "securityKey" and the value of that key is "password" how will I able to set that up? and use it at CryptAcquireContext is there anything i need to do first? What I did is just #define securityKey "password" and i feel stupid doing it I am having a hard time understanding this cryptography please help me. Thanks, Jayjay