mirror of
https://github.com/BreizhHardware/py_A2.git
synced 2026-01-18 16:47:38 +01:00
MIMIMI
This commit is contained in:
BIN
TP2/OuvreMoi.png
Normal file
BIN
TP2/OuvreMoi.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
@@ -62,11 +62,13 @@ def __tp_steganographie_text__():
|
||||
hiddenText3 = Image.open("hiddenText3.png")
|
||||
hiddenText4 = Image.open("hiddenText4.png")
|
||||
decrypt_felix = Image.open("DecryptFelix.png")
|
||||
textImage = Image.open("textImage.png")
|
||||
print(get_hidden_text_with_delimiter(hiddenText1, "\0"))
|
||||
print(get_hidden_text_with_delimiter(hiddenText2, "\0"))
|
||||
print(get_hidden_text_with_delimiter(decrypt_felix, "\0"))
|
||||
print(get_hidden_text_of_length(hiddenText3, 4))
|
||||
print(get_hidden_text_of_length(hiddenText4, 16))
|
||||
print(get_hidden_text_with_delimiter(decrypt_felix, "\0"))
|
||||
print(get_hidden_text_with_delimiter(textImage, "\0"))
|
||||
|
||||
|
||||
def __tp_steganographie_image__():
|
||||
@@ -88,6 +90,8 @@ def __tp_steganographie_hide__():
|
||||
gladius = Image.open("Gladius.png")
|
||||
zeusMK2CL = Image.open("Zeus-MKII-CL.png")
|
||||
small = Image.open("small.png")
|
||||
zeusMK2CL_with_hidden_text = set_hidden_text_with_delimiter(small, "Flop, nigger !", "\0")
|
||||
zeusMK2CL_with_hidden_text.save("OuvreMoi.png")
|
||||
'''
|
||||
gladius_with_hidden_text_delimiter = set_hidden_text_with_delimiter(gladius, "Vive Star Citizen!", "\0")
|
||||
gladius_decoded_delimiter = get_hidden_text_with_delimiter(gladius_with_hidden_text_delimiter, "\0")
|
||||
|
||||
BIN
TP2/textImage.png
Normal file
BIN
TP2/textImage.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
Reference in New Issue
Block a user