Submission for decoding steganography image

This commit is contained in:
2018-12-04 22:17:44 +01:00
parent d73adaf7b6
commit 7063c00923
5 changed files with 144 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
import os
from PIL import Image
from luke_04.LSB import main
from luke_04.steganography import main
path = os.path.dirname(__file__)