Initialization Vector (IV)
843810Nov 13 2002 — edited Nov 14 2002Hi,
I will be using the following;
Cipher.getInstance("DESede/CBC/PKCS7Padding"). All the bits of IV should be 1. My question is how can I do this; set the initialization vector's bits to one.
Thanks