downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

mcrypt_enc_is_block_algorithm> <mcrypt_enc_get_supported_key_sizes
[edit] Last updated: Fri, 25 May 2012

view this page in

mcrypt_enc_is_block_algorithm_mode

(PHP 4 >= 4.0.2, PHP 5)

mcrypt_enc_is_block_algorithm_modeオープンされたモードの暗号がブロックモードで動作するかどうかを調べる

説明

bool mcrypt_enc_is_block_algorithm_mode ( resource $td )

オープンされているモードがブロックモードで動作するかどうかを調べます (たとえば素簿リームでは FALSE、cbc や cfb、ofb では TRUE)。

パラメータ

td

暗号化記述子。

返り値

モードがブロックアルゴリズムを使用している場合に TRUE、 その他の場合に FALSE を返します。



add a note add a note User Contributed Notes mcrypt_enc_is_block_algorithm_mode
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites