ECE 495: VIP Smartphone Steganography Android app
Download
Report
Transcript ECE 495: VIP Smartphone Steganography Android app
ECE 495: VIP SMARTPHONE
STEGANOGRAPHY
ANDROID APP
Alex Buschkoetter, Greg Brener
TUESDAY, 10/14/10 AGENDA
Progress so far
The plan
Goal for next week
PROGRESS
Alex: wrote method which creates array of bits
from a text message received from user, designed
Steg activity tab
Greg: developed GUI (in its entirety)
This was last week’s goal
Aabhas: began implementing Steganography java
code into android emulator
THE GUI, CAMERA TAB
THE GUI, STEG TAB
THE GUI, TRANSFER TAB
THE PLAN
1) Subroutine that inserts (hardcoded) text string
into an (already available) image file
2) Subroutine that retrieves embedded text from
image
3) Subroutine that transmits encrypted image
(probably through email)
4) Develop Graphical User Interface (GUI):
allows image to be uploaded from user
accepts text from smartphone keyboard
NEXT WEEK
Complete Steganography integration into GUI
Complete transfer tab functionality