検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 59 for mcrypt (0.011 sec.)
データを暗号化する 8199
« mcrypt_generic_init mcrypt_get_block_size » PHP Manual Mcrypt 関数 データを暗号化する mcrypt_g ... eneric (PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7.2.0, PECL mcrypt >= 1.0.0) mcrypt_generic — データを暗号化する 警告 ... した。この関数に頼らないことを強く推奨します。 説明 mcrypt_generic ( resource $td , string $data ): string こ ... い。 暗号化したデータをデータベースに格納する場合は、mcrypt_generic が返す文字列全てを格納することを忘れないで ... 字で ブロックサイズが 8 (ブロックサイズを調べるには mcrypt_enc_get_block_size() を使用します) だった場合、デー ...
https://man.plustar.jp/php/function.mcrypt-generic.html - [similar]
サポートされる全ての暗号を配列として取得する 8170
« mcrypt_get_key_size mcrypt_list_modes » PHP Manual Mcrypt 関数 サポートされる全ての暗号を配列と ... して取得する mcrypt_list_algorithms (PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7. ... 2.0, PECL mcrypt >= 1.0.0) mcrypt_list_algorithms — サポートされる全 ... した。この関数に頼らないことを強く推奨します。 説明 mcrypt_list_algorithms ( string $lib_dir = ini_get("mcryp ... レクトリを指定します。 指定しない場合は、 php.ini の mcrypt.algorithms_dir ディレクティブを使用します。 戻り値 ...
https://man.plustar.jp/php/function.mcrypt-list-algorithms.html - [similar]
Decrypts crypttext with given parameters 7936
« mcrypt_create_iv mcrypt_enc_get_algorithms_name » PHP Manual Mcrypt 関数 Decrypts crypttext wi ... th given parameters mcrypt_decrypt (PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7.2.0, PEC ... L mcrypt >= 1.0.0) mcrypt_decrypt — Decrypts crypttext with ... した。この関数に頼らないことを強く推奨します。 説明 mcrypt_decrypt ( string $cipher , string $key , string $d ... nd returns the unencrypted data. パラメータ cipher MCRYPT_暗号名 定数のいずれか、 あるいはアルゴリズム名をあ ...
https://man.plustar.jp/php/function.mcrypt-decrypt.html - [similar]
Returns the blocksize of the opened algorithm 7878
« mcrypt_enc_get_algorithms_name mcrypt_enc_get_iv_size » PHP Manual Mcrypt 関数 Returns the blo ... cksize of the opened algorithm mcrypt_enc_get_block_size (PHP 4 >= 4.0.2, PHP 5, PHP 7 < ... 7.2.0, PECL mcrypt >= 1.0.0) mcrypt_enc_get_block_size — Returns the ... した。この関数に頼らないことを強く推奨します。 説明 mcrypt_enc_get_block_size ( resource $td ): int Gets the ... ード: algorithm , Returns , blocksize , open , the , mcrypt , of , enc , size , block ...
https://man.plustar.jp/php/function.mcrypt-enc-get-block-size.html - [similar]
暗号化に必要な全てのバッファを初期化する 7834
« mcrypt_generic_deinit mcrypt_generic » PHP Manual Mcrypt 関数 暗号化に必要な全てのバッファを初 ... 期化する mcrypt_generic_init (PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7.2.0 ... , PECL mcrypt >= 1.0.0) mcrypt_generic_init — 暗号化に必要な全て ... した。この関数に頼らないことを強く推奨します。 説明 mcrypt_generic_init ( resource $td , string $key , string ... $iv ): int mcrypt_generic() または mdecrypt_generic() をコールする前 ...
https://man.plustar.jp/php/function.mcrypt-generic-init.html - [similar]
オープンされたアルゴリズムでサポートされるキーのサイズを配列として返す 7717
« mcrypt_module_get_algo_key_size mcrypt_module_is_block_algorithm_mode » PHP Manual Mcrypt 関数 ... ゴリズムでサポートされるキーのサイズを配列として返す mcrypt_module_get_supported_key_sizes (PHP 4 >= 4.0.2, PH ... P 5, PHP 7 < 7.2.0, PECL mcrypt >= 1.0.0) mcrypt_module_get_supported_key_sizes — ... した。この関数に頼らないことを強く推奨します。 説明 mcrypt_module_get_supported_key_sizes ( string $algorithm ... で返します。 この関数が空の配列を返した場合、1 から mcrypt_module_get_algo_key_size() の戻り値の間のすべてのサ ...
https://man.plustar.jp/php/function.mcrypt-module-get-supported-key-sizes.html - [similar]
オープンしたモジュールのセルフテストを実行する 7542
« mcrypt_enc_is_block_mode mcrypt_encrypt » PHP Manual Mcrypt 関数 オープンしたモジュールのセルフ ... テストを実行する mcrypt_enc_self_test (PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7.2. ... 0, PECL mcrypt >= 1.0.0) mcrypt_enc_self_test — オープンしたモジュ ... した。この関数に頼らないことを強く推奨します。 説明 mcrypt_enc_self_test ( resource $td ): int この関数は、記 ... : セルフ , テスト , 実行 , オープン , モジュール , mcrypt , 関数 , enc , self , 推奨 ...
https://man.plustar.jp/php/function.mcrypt-enc-self-test.html - [similar]
オープンされたモードでサポートされる最大キー長を返す 7498
« mcrypt_enc_get_iv_size mcrypt_enc_get_modes_name » PHP Manual Mcrypt 関数 オープンされたモード ... でサポートされる最大キー長を返す mcrypt_enc_get_key_size (PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7 ... .2.0, PECL mcrypt >= 1.0.0) mcrypt_enc_get_key_size — オープンされた ... した。この関数に頼らないことを強く推奨します。 説明 mcrypt_enc_get_key_size ( resource $td ): int そのアルゴリ ... ワード: サポート , 最大 , キー , オープン , モード , mcrypt , enc , size , 関数 , key ...
https://man.plustar.jp/php/function.mcrypt-enc-get-key-size.html - [similar]
指定したモードがブロック出力を行うかどうかを返す 7440
« mcrypt_module_is_block_algorithm mcrypt_module_open » PHP Manual Mcrypt 関数 指定したモードがブ ... ロック出力を行うかどうかを返す mcrypt_module_is_block_mode (PHP 4 >= 4.0.2, PHP 5, PHP 7 ... < 7.2.0, PECL mcrypt >= 1.0.0) mcrypt_module_is_block_mode — 指定したモ ... した。この関数に頼らないことを強く推奨します。 説明 mcrypt_module_is_block_mode ( string $mode , string $lib_ ... b と streamの場合に false )。 パラメータ mode 定数 MCRYPT_MODE_モード名 、あるいは文字列 "ecb", "cbc", "cfb" ...
https://man.plustar.jp/php/function.mcrypt-module-is-block-mode.html - [similar]
実行時設定 7440
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... により動作が変化します。 Mcrypt 設定オプション 名前 デフォルト 変更可能 変更履歴 m ... crypt.algorithms_dir null PHP_INI_ALL mcrypt.modes_dir null PHP_INI_ALL PHP_INI_* モードの詳細お ... に設定ディレクティブに関する 簡単な説明を示します。 mcrypt.algorithms_dir string アルゴリズムが格納されている ... ディレクトリ。 デフォルトは libmcrypt をコンパイルするときに指定した場所で、通常は /usr/ ...
https://man.plustar.jp/php/mcrypt.configuration.html - [similar]
PREV 1 2 3 4 5 6 NEXT