MivaScript Builtin Function, Miva Merchant 9+
crypto_cipher_block_size( ciphername )
<mvt:assign name="g.return_value" value="crypto_cipher_block_size( ciphername )" />
Programatically determine the block size attribute of the cipher specified by "ciphername".
ciphername
an OpenSSL cipher identifier, such as "aes-128-cbc" or "rc2-ofb".