logo MSJO.kr

Qt AES 256, Encryption using Botan library

2018-12-14
MsJ

QT, Windows, C++ 환경에서 AES 256 암호화를 위한 Botan Library 설치. 테스트 환경은 Visual Studio 2017, MingGW64에서 진행하였다. 참고 사이트는 Source Download and Building The Library 이다. 예제는 GitHub (botanExam.cpp)

$> python configure.py --cc=msvc --os=windows [--debug-mode]
$> nmake
사용 : build/include/*.h, botan.lib, botan.dll

$> python configure.py --cc=gcc --os=mingw --without-stack-protector
$> mingw32-make.exe
사용 : build/include/*.h, libbotan-2.a

Prεv(Θld)   Nεxt(Nεw)
Content
Search     RSS Feed     BY-NC-ND