Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • I have seen this already. but where can I find winencrpyt.dll after including winencrpyt.h? Commented Jan 13, 2014 at 8:11
  • You need to use wincrypt.h header and crypt32.lib library Commented Jan 13, 2014 at 8:59
  • When I include wincrypt.h, should I add crypt32.lib explicitly? because I'm getting link error. and how to add crypt32.lib in Qt project? Commented Jan 15, 2014 at 8:42
  • @NoorNawaz yes, you should all it explicitly. Check how to add external libraries at Qt projects here. Commented Jan 15, 2014 at 9:05