Crypto ++ password library Installation and Use

Source: Internet
Author: User

1. Download crypto ++ library 5.6.0

2. Use vc2008 to open the. sln solution file conversion, select the cryptlib project, select the release version, and right-click it to generate it (the default is Mt, that is, static compilation)

3. After compilation, the cryptlib. Lib static library file will be generated under cryptopp560/Win32/output/release.

4. Configure the include and Lib directories of vs2008

5. create a project that contains some crypto ++ header files. Do not forget using namespace cryptopp. lib always generates the above release method, and the project itself must also be static compiled by MT, otherwise there is a link Error

 

The same as the debug version.

 

Crypto ++ help documentation:

Http://www.cryptopp.com/wiki/Main_Page usage

Http://www.cryptopp.com/docs/ref/ class inheritance relationship, as well as the header file information, etc.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.