文件名称:DES
介绍说明--下载内容均来自于网络,请自行研究使用
This particular algorithm is a brute force attack on the popular DES Encryption standard. The DES algorithm consists of 4 main classes which will be briefly discussed
-The first class takes into consideration the assumption that the in the inputs are in hex format. Therefore a method was created to convert the hex into binary so that it could be easily permuted.
-The second class takes the converted binary input and passes it through a variety of member permutation functions.
-The next class also known as the key class handles operations on keys that have not been permuted.
-The S-box functionality is provided by the last class.
-The first class takes into consideration the assumption that the in the inputs are in hex format. Therefore a method was created to convert the hex into binary so that it could be easily permuted.
-The second class takes the converted binary input and passes it through a variety of member permutation functions.
-The next class also known as the key class handles operations on keys that have not been permuted.
-The S-box functionality is provided by the last class.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
s_box.h
DES main.cpp
hex_convert.cpp
hex_convert.h
key.cpp
key.h
permu.cpp
permu.h
s_box.cpp
DES main.cpp
hex_convert.cpp
hex_convert.h
key.cpp
key.h
permu.cpp
permu.h
s_box.cpp