from what I know, CTR mode doesn\'t use an Initial Vector. It just takes a counter, encrypts it with a given key and then XOR\'s the result with the plaintext in order to get th
CTR mode uses something that is essentially equivalent to an IV, and that is the initial value of the counter.