Pages

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


Monday, 23 November 2015

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

MD5 C++ using QT

Iam Using QT 4.8.5 and Visual Studio 2010