For each encrypted file, the ransomware creates two others that contain a unique salt and an initialization vector.
An initialization vector is a random number that is used as a starting point to encrypt a set of data.
The notification is encrypted, and must be decrypted using your secret key and the initialization vector before it can be processed.
An application you build decrypts the message (using your secret key and the initialization vector) and processes the post parameters.
Un'applicazione da te costruita decodifica il messaggio (tramite la tua chiave segreta e il vettore di inizializzazione) ed elabora i parametri inviati.
The same initialization vector is added for the totals of 64 and 128 bits.
Lo stesso vettore di inizializzazione viene aggiunto per i totali di 64 e 128 bit.
The encryption is fairly weak, using a 35-bit initialization vector and encrypting the voice stream with 64-bit encryption.
La cifratura è piuttosto debole, utilizzando un vettore di inizializzazione di 35 bit e cifrando il flusso audio con una cifratura a 64 bit.
With 40-bit encryption, the 10 hexadecimal characters equal 40 bits, which are then combined with the initialization vector to create the 64-bit encryption key.
Con la crittografia a 40 bit, i 10 caratteri esadecimali corrispondono a 40 bit, che vengono poi combinati con il vettore di inizializzazione per creare la chiave di crittografia a 64 bit.
The notification is encrypted using a secret key, of up to 16 characters, and an initialization vector.
La notifica viene criptata utilizzando una chiave segreta, contenente un massimo di 16 caratteri, e un vettore di inizializzazione.
An initialization vector (IV) of 128 bits is generated and combined with the plain text of the first block in a sector.
Un Vettore di Inizializzazione (IV) di 128 bit viene generato e combinato con il testo semplice del primo blocco di un settore.
The solution is to use an initialization vector (IV).
La soluzione consiste nell'utilizzare un vettore di inizializzazione (IV).
The initialization vector is calculated with the block offset into the file, encrypted with the SHA-1 hash of the per-file key.
Il vettore di inizializzazione viene calcolato con l'offset del blocco nel file, crittografato con l'hash SHA-1 della chiave per file.
Clickbank encrypts a notification using your secret key and an initialization vector.
ClickBank cripta una notifica utilizzando la tua chiave segreta e un vettore di inizializzazione.
It is essential that the same key never be used twice with a stream cipher. To prevent this from happening, WEP includes a 24-bit initialization vector (IV) in each message packet.
Per evitare che ciò accada, il WEP include in ogni pacchetto del messaggio un vettore di inizializzazione (VI) di 24 bit: la chiave RC4 per quel pacchetto è il VI concatenato alla chiave WEP.