Skip to content

Commit d195886

Browse files
authored
Update Kryptor.py
Some bugs are corrected.
1 parent 0b6caf3 commit d195886

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Kryptor.py

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import os
21
os.system("clear")
32
from hashlib import sha256
43
print('''
@@ -33,6 +32,8 @@
3332
╚██╗ ██╔╝ ██║ ████╔╝██║ ██╔══██╗██╔══╝ ██║ ██╔══██║
3433
╚████╔╝ ██║██╗╚██████╔╝ ██████╔╝███████╗ ██║ ██║ ██║
3534
╚═══╝ ╚═╝╚═╝ ╚═════╝ ╚═════╝ ╚══════╝ ╚═╝ ╚═╝ ╚═╝
35+
36+
XOR IS ONLY FOR LINUX !
3637
]|
3738
||>>>>>>>>>>>>>>>>>>>>>
3839
||FurySec ||
@@ -42,8 +43,12 @@
4243
.________________________.
4344
| www.furysec.webnode.fr |
4445
|.______________________.|
46+
DO NOT USE XOR ON WINDOWS !
47+
:-++===[Use it on windows at your own risks]===++-:
48+
on windows Kryptor do not crypt the file HE DESTROY IT !
4549
''')
46-
mode = int(input("Cesar = 1 [only for words not files] | XOR = 2 (files)>>> "))
50+
print("3 to decrypt Cersar [words]")
51+
mode = int(input("Cesar = 1 [words] | XOR = 2 [files]>>> "))
4752
if mode ==2:
4853
entree = input("Name of file to Crypt/Uncrypt >>> ")
4954
sortie = input("Final file : ")

0 commit comments

Comments
 (0)