Click here to Skip to main content
15,886,724 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi,

I'm having beecrypt library and I have to install this library in windows7 platform.

I need this library to generate DSA KeyPAir(Public & Private keys) in VC++ 2010.

Can any one provide the installation procedure of beecrypt for windows7.

Thanks in advance.
Posted
Comments
fkassaie 28-Oct-13 2:26am    
Simplest way is to Just drag and drop them to your project in the solutions explorer.
Or
Follow the steps given in the link below on MSDN website:

http://msdn.microsoft.com/en-us/library/ms235632%28v=vs.80%29.aspx

Simplest way is to Just drag and drop them to your project in the solutions explorer. Or Follow the steps given in the link below on MSDN website:
http://msdn.microsoft.com/en-us/library/ms235632%28v=vs.80%29.aspx
 
Share this answer
 
Why using any external library if you use C++/CLI? The algorithm is available in .NET FCL: http://msdn.microsoft.com/en-us/library/system.security.cryptography.dsa.aspx[^].

—SA
 
Share this 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