Contact: aviboots(AT)netvision.net.il
41,458 questions
54,005 answers
573 users
// int openssl_cipher_iv_length ( string $method ) $method = 'AES-128-CBC'; $openssl_ivlen = openssl_cipher_iv_length($method); echo $openssl_ivlen . " bytes"; /* run: 16 bytes */