Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 450 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 450 Bytes

Image processing + Cryptographic

This work is the course output of 2016 KAIST SEP534 computing security.

Description

  • MessageCode : An desktop based Java application which generates an encrypted image from user drawing.
  • SecretMessage : An Android based application which recognizes and decrypts an encrypted 2D image in real-time.
  • Technologies : Image processing with OpenCV, cryptographic with AES.