-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Raphael Kim edited this page Nov 30, 2019
·
10 revisions
- Here I describes some helpful issues,
- It you are using Code::Blocks, it could be possible to build easily by your compiler by open project file, then build it.
- MSYS and GCC, or using native bash shell, it will no need config or modify Makefile, just make on your shell.
- LLVM gcc, or Apple Mac OS, you may user CCPREFIX as like this :
make CCPREFIX=llvm-
- Use openssl library for AES-256-CBC for large data.
- Windows x86 32, 64bit - WindowsXP, Windows7, Windows10
- Debian x86 32, 64bit - Ubuntu 16.x, Ubuntu 18.x, Linux Mint 18.x Linux Mint 19.x
- Debian armhf 32bit - linaro LXDE (Openbox)
- Debian aarch64 64bit - linaro LXDE (Openbox)
- tiny-AES-c (CBC)
- Author: Kokke
- Source repo.: https://github.com/kokke/tiny-AES-c
- LZMAT
- (GPL) Copyright (C) 2007,2008 Vitaly Evseenko. All Rights Reserved.
- http://www.matcode.com/lzmat.htm