Pages

This tutorial covers the basics of the science of cryptography. It explains how programmers and network professionals can use cryptography to maintain the privacy of computer data. Starting with the origins of cryptography, it moves on to explain cryptosystems, various traditional and modern ciphers, public key encryption, data integration, message authentication, and digital signatures.

Wednesday 18 November 2015

Building Botan Library On Windows 10

We show you how to build librery crypto c++ Botan on windows 10. Before you build you must install visual studio 2010, python 2.7 And Download Botan at http://botan.randombit.net/

1 comments:

  1. I couldn't compile this library in widows.
    when type nmake command , it shows 'nmake' is not recognized as an internal or external command,
    operable program or batch file.
    how can I solve this problem in my windows 7?
    thanks for your help.

    ReplyDelete