Adding shadoks, stegano and canaux caches
This commit is contained in:
12
files/canaux_caches.py
Executable file
12
files/canaux_caches.py
Executable 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
1
files/shadoks.txt
Executable file
@@ -0,0 +1 @@
|
||||
BU MEU ZO MEU GA GA
|
||||
BIN
files/stegano.png
Executable file
BIN
files/stegano.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 864 KiB |
Reference in New Issue
Block a user