Click here to Skip to main content
15,893,381 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,
I want to implement the licensing feature to my vc++ application.I googled but i did not get any good article related to this.
Is cryptography required to implement licensing feature?
So please suggest me some good article or idea.

Thanks in advance.

What I have tried:

I googled and got some idea that i have to implement through cryptography.
Posted
Updated 9-Sep-16 5:27am
v2
Comments
[no name] 9-Sep-16 6:35am    
"Is cryptography required to implement licensing feature?", no it's not but then you say it is required for you. So, yes cryptography is required for *you* to implement your licensing feature. Not sure why you had to ask us this when you already knew the answer.
shubham kesarwani 9-Sep-16 11:27am    
Thanks you for reply.
I just want to know that if there is any other method without using cryptography.
[no name] 9-Sep-16 11:36am    
Yes of course there are other methods but you said that you have to use cryptography for this. So, why are you even asking this?

1 solution

Did you try the Code Project search engine[^]?
 
Share this answer
 
Comments
shubham kesarwani 9-Sep-16 11:25am    
Thanks for reply.I searched but i did not get any article using win32 api.
David_Wimbley 9-Sep-16 12:45pm    
Maybe take one of the applications in c++/non-win32 api and break it into smaller pieces in order to implement in win32 api? Programming isn't about finding the magical end all be all answer. Sometimes you need to build what you want.

If the problem you are trying to solve looks too daunting, start with small portions of it. Next thing you know you've knocked out half your solution without thinking "this is way too difficult"

If the solution to your problem existed, your company/employer/customer probably would have bought it without a need for you to build it.
shubham kesarwani 9-Sep-16 14:42pm    
Thanks so much David for taking the time to reply and for such a great answer.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900