Adding shadoks, stegano and canaux caches

This commit is contained in:
Docusland
2023-02-14 13:04:16 +01:00
parent 8d56d84d1f
commit cec462f691
5 changed files with 65 additions and 3 deletions

12
files/canaux_caches.py Executable file
View File

@@ -0,0 +1,12 @@
import time
global pin
def checkpin(essai):
for i in range(len(pin)):
time.sleep(1)
if pin[i]!= essai[i]:
return(False)
return(True)
pin=input("Entrez un code PIN constitué de 6 chiffres entre 0 et 9 que l'ordinateur doit deviner : ")

1
files/shadoks.txt Executable file
View File

@@ -0,0 +1 @@
BU MEU ZO MEU GA GA

BIN
files/stegano.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 864 KiB