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.

Monday 30 November 2015

Encrypt And Decrypt Using Blowfish in C++

Name Algorithm
Blowfish
Type Algorithm
Block Cipher
Key Length
128 bit / 16 Character
Block Size
64 bit / 8 Character
Link Tutorial Encrypt And Decrypt Using Blowfish in C++
https://youtu.be/5Av0FqFdfGU

Wednesday 25 November 2015

Encrypt And Decrypt Using Twofish 256 In C++

Name Algorithm
Twofish
Designer
Bruce Schneier, John Kelsey, Doug Whiting, David Wagner, Chris Hall, and Niels Ferguson
Type Algorithm
Symetric Key Block Cipher
Key Length
In Hire, I am Implement 256 bits / 32 Character
Block Size
128 bits
Vidio Tutorial Encrypt And Decrypt Using Twofish In C++
https://youtu.be/yiH6BLwiyN8


C++ QT DES Algorithm

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/

Tuesday 17 November 2015