Bonsoir,j'ai un problème au moment de décryptage d'un fichier.voila mon code
package application;
voila l'exeption
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Pouvez vous m'aider?Exception in thread "main" javax.crypto.IllegalBlockSizeException: Input length must be multiple of 8 when decrypting with padded cipher
at com.sun.crypto.provider.CipherCore.doFinal(CipherCore.java:750)
at com.sun.crypto.provider.CipherCore.doFinal(CipherCore.java:676)
at com.sun.crypto.provider.BlowfishCipher.engineDoFinal(BlowfishCipher.java:319)
at javax.crypto.Cipher.doFinal(Cipher.java:2087)
at application.DecrypBlowfish.decrypt(DecrypBlowfish.java:38)
at application.DecrypBlowfish.main(DecrypBlowfish.java:61)

 

 
		
		 
        

 
			
			


 
   
 


 Cryptage d'un fichier en Blowfich
 Cryptage d'un fichier en Blowfich
				 Répondre avec citation
  Répondre avec citation
Partager