Re: scoprire la chiave di cifratura
Inviato: lun 7 mar 2011, 11:55
ora non riesco a guardarci ma ti dico subito che IV è appunto l'Initialization Vector
come dice sotto serve solo per inizializzare gi algorimi di cifratura basati su DES come CBC e CFB che necessitano alla prima 'passata' in input una stringa arbitraria nota ma che non dipenda dal testo in chiaro.
"The first block will need an initial value, and this value is called the initialization vector (IV). Since the IV simply alters the data before any encryption, the IV should be random but does not necessarily need to be kept secret. There are a variety of modes, such as CBC (Cipher Block Chaining), CFB (Cipher Feedback Mode), and OFB (Output Feedback Mode). ECB (Electronic Cookbook Mode) is a mode with no feedback."
come dice sotto serve solo per inizializzare gi algorimi di cifratura basati su DES come CBC e CFB che necessitano alla prima 'passata' in input una stringa arbitraria nota ma che non dipenda dal testo in chiaro.
"The first block will need an initial value, and this value is called the initialization vector (IV). Since the IV simply alters the data before any encryption, the IV should be random but does not necessarily need to be kept secret. There are a variety of modes, such as CBC (Cipher Block Chaining), CFB (Cipher Feedback Mode), and OFB (Output Feedback Mode). ECB (Electronic Cookbook Mode) is a mode with no feedback."