Salut PepsyzModding, voici un petit code ayant pour but de
Crypter un fichier texte
La version requise est Python 3.
(Ce code fonctionne uniquement sous windows)
source :
import os, sys, base64
print("1 > Crypter")
print("2 > Decrypter")
choix = input("> ")
if int(choix) == 1...