Skip to content
This repository has been archived by the owner on Nov 11, 2018. It is now read-only.
/ ftie-cpp-dep Public archive

Implementation of File to Image Encryption on C++

License

Notifications You must be signed in to change notification settings

satriahrh/ftie-cpp-dep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ftie-cp

Compile Instruction

g++ -o bin/ftie-cli -std=c++17 ftie/*.h ftie/*.cpp main.cpp `libpng-config --ldflags`

Requirements

  • g++ (Ubuntu 8-20180424-0ubuntu1~16.04.1) 8.0.1 20180424 (experimental) [trunk revision 259590]
  • png++-0.2.9

System Block Diagram

System Block Diagram