* and IV size appropriate for your cipher * In this example we are using 256 bit AES (i.e. a 256 bit key). The * IV size for *most* modes is the same as the block size. For AES this * is 128 bits */if(1!= EVP_EncryptInit_ex(ctx,EVP_aes_256_cbc(),NULL, key, iv))t...