Skip to content

fdfsecasfdfw/HUST-CryptoGraphyAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CryptographyAnalysis

破解如pdf所示分组密码的1-6轮。

环境依赖

  • 编译器:支持 C++20 的编译器 (GCC 10+, Clang 10+, MSVC 19.28+)。
  • CMake:版本 >= 3.20。

编译指南

Linux / macOS

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j$(nproc)

Windows (Visual Studio) 确保已安装 Visual Studio 构建工具或MinGW。 在项目根目录打开 PowerShell 或 CMD:

mkdir build
cd build
cmake ..
cmake --build . --config Release

运行

./build/bin/app

可在main函数中修改轮数

constexpr int rounds = ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors