File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
- import os
2
1
os .system ("clear" )
3
2
from hashlib import sha256
4
3
print ('''
33
32
╚██╗ ██╔╝ ██║ ████╔╝██║ ██╔══██╗██╔══╝ ██║ ██╔══██║
34
33
╚████╔╝ ██║██╗╚██████╔╝ ██████╔╝███████╗ ██║ ██║ ██║
35
34
╚═══╝ ╚═╝╚═╝ ╚═════╝ ╚═════╝ ╚══════╝ ╚═╝ ╚═╝ ╚═╝
35
+
36
+ XOR IS ONLY FOR LINUX !
36
37
]|
37
38
||>>>>>>>>>>>>>>>>>>>>>
38
39
||FurySec ||
42
43
.________________________.
43
44
| www.furysec.webnode.fr |
44
45
|.______________________.|
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 !
45
49
''' )
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]>>> " ))
47
52
if mode == 2 :
48
53
entree = input ("Name of file to Crypt/Uncrypt >>> " )
49
54
sortie = input ("Final file : " )
You can’t perform that action at this time.
0 commit comments