bonjour,
au cvours de mes ballades on line j'ai trouvé un challenge qui m'a intrigué :
j'ai codé ça :XOR Encryption (which most people will tell you is not really encryption at all) is performed by taking a key and xoring each byte in a file with the each byte in the key. This is generally performed by moving through the key a character at a time, and repeating when the end is reached.
Take this file and xor it with the string secret (restart at s when you come to t).
Then exchange the following byte values in the file:
# 23 with 0
# 78 with 66
# 36 with 144
and the other way round!! i.e. 0 with 23
Save the result as a file and rename it to .jpg Open it in a picture viewer and the resulting message is your solution.
Mais ça ne marche pas. où est le problème ?
Code : Sélectionner tout - Visualiser dans une fenêtre à part 
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29

 

 
		
		 
         
  
			
			


 
			 
   


 xor encryption inopérante
 xor encryption inopérante
				 Répondre avec citation
  Répondre avec citation

 
 

 
			 
						

 
  
 
 
  
  
 
 
			 
				 Envoyé par Rniamo
 Envoyé par Rniamo
					

 Cafuro est un outil SNMP dont le but est d'aider les administrateurs système et réseau à configurer leurs équipements SNMP réseau.
 Cafuro est un outil SNMP dont le but est d'aider les administrateurs système et réseau à configurer leurs équipements SNMP réseau.
Partager