検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 17 for OFB (0.020 sec.)
利用可能な暗号メソッドを取得 14777
« openssl_get_cert_locations openssl_get_curve_names » PHP Manual OpenSSL 関数 利用可能な暗号メソ ... => aes-128-gcm [10] => aes-128-ocb [11] => aes-128-ofb [12] => aes-128-xts [13] => aes-192-cbc [14] => ae ... => aes-192-gcm [21] => aes-192-ocb [22] => aes-192-ofb [23] => aes-256-cbc [24] => aes-256-cbc-hmac-sha1 ... => aes-256-gcm [33] => aes-256-ocb [34] => aes-256-ofb [35] => aes-256-xts [36] => aria-128-cbc [37] => a ... aria-128-ctr [43] => aria-128-gcm [44] => aria-128-ofb [45] => aria-192-cbc [46] => aria-192-ccm [47] => ...
https://man.plustar.jp/php/function.openssl-get-cipher-methods.html - [similar]
はじめに 10121
« Mcrypt インストール/設定 » PHP Manual Mcrypt はじめに はじめに 警告 この機能は PHP 7.1.0 で 非 ... ルされなくなっています。 PHP 7.2.0. この関数は、CBC, OFB, CFB, ECB 暗号モードの DES, TripleDES, Blowfish (デ ... れている RC6 および IDEA もサポートします。 CFB 及び OFB は既定では 8bit です。 関連キーワード: Mcrypt , OF ...
https://man.plustar.jp/php/intro.mcrypt.html - [similar]
定義済み定数 9862
« リソース型 Mcrypt 暗号 » PHP Manual Mcrypt 定義済み定数 定義済み定数 以下の定数が定義されていま ... 可能です。 mcryptは 4 つのブロック暗号モード( CBC , OFB , CFB , ECB )で実行可能です。 libmcrypt-2.4.x 以降 ... B ではなく、 NCFB の使用を推奨します。 MCRYPT_MODE_OFB ( output feedback、8 ビット形式 ) は CFB と互換性が ... されないアプリケーションに使用する ことが可能です。 OFB ではなく、 NOFB の使用を推奨します。 MCRYPT_MODE_N ... OFB ( output feedback, nビット形式 ) は OFB と互換性がありますが、 アルゴリズムのブロックサイズ ...
https://man.plustar.jp/php/mcrypt.constants.html - [similar]
Decrypts crypttext with given parameters 8811
« mcrypt_create_iv mcrypt_enc_get_algorithms_name » PHP Manual Mcrypt 関数 Decrypts crypttext wi ... DE_モード名 、あるいは文字列 "ecb", "cbc", "cfb", "ofb", "nofb" ,"stream" のいずれか。 iv CBC, CFB, OFB...
https://man.plustar.jp/php/function.mcrypt-decrypt.html - [similar]
指定したモジュールがブロックアルゴリズムであるかどうかを返す 8811
« mcrypt_module_get_supported_key_sizes mcrypt_module_is_block_algorithm » PHP Manual Mcrypt 関数 ... を返します。(例: stream の場合に false 、 cbc、cfb、ofb の場合に true ) パラメータ mode 調べたいモード。 l ... を返します。(例: stream の場合に false 、 cbc、cfb、ofb の場合に true ) 関連キーワード: ブロック , アルゴリ ...
https://man.plustar.jp/php/function.mcrypt-module-is-block-algorithm-mode.html - [similar]
使用するアルゴリズムおよびモードのモジュールをオープンする 8638
« mcrypt_module_is_block_mode mcrypt_module_self_test » PHP Manual Mcrypt 関数 使用するアルゴリズ ... DE_モード名 、あるいは文字列 "ecb", "cbc", "cfb", "ofb", "nofb" ,"stream" のいずれか。 mode_directory 暗号 ... $td = mcrypt_module_open ( 'rijndael-256' , '' , 'ofb' , '' ); ?> 上の例の最初の行では、デフォルトのディ ... $td = mcrypt_module_open ( 'rijndael-256' , '' , 'ofb' , '' ); /* IV を作成し、キー長を定義します。Windo ...
https://man.plustar.jp/php/function.mcrypt-module-open.html - [similar]
指定したパラメータでプレーンテキストを暗号化する 8190
« mcrypt_enc_self_test mcrypt_generic_deinit » PHP Manual Mcrypt 関数 指定したパラメータでプレー ... DE_モード名 、あるいは文字列 "ecb", "cbc", "cfb", "ofb", "nofb" ,"stream" のいずれか。 iv CBC, CFB, OFB...
https://man.plustar.jp/php/function.mcrypt-encrypt.html - [similar]
オープンされたモードの暗号がブロックモードで動作するかどうかを調べる 8017
« mcrypt_enc_get_supported_key_sizes mcrypt_enc_is_block_algorithm » PHP Manual Mcrypt 関数 オー ... 調べます (たとえばストリームでは false 、cbc や cfb、ofb では true )。 パラメータ td 暗号化記述子。 戻り値 ...
https://man.plustar.jp/php/function.mcrypt-enc-is-block-algorithm-mode.html - [similar]
オープンされたアルゴリズムの IV の大きさを返す 7931
« mcrypt_enc_get_block_size mcrypt_enc_get_key_size » PHP Manual Mcrypt 関数 オープンされたアルゴ ... の大きさを バイト単位で返します。IV は、cbc、cfb、ofbモード およびストリームモードのいくつかのアルゴリズム ...
https://man.plustar.jp/php/function.mcrypt-enc-get-iv-size.html - [similar]
指定したモードがブロック出力を行うかどうかを返す 7931
« mcrypt_module_is_block_algorithm mcrypt_module_open » PHP Manual Mcrypt 関数 指定したモードがブ ... DE_モード名 、あるいは文字列 "ecb", "cbc", "cfb", "ofb", "nofb" ,"stream" のいずれか。 lib_dir オプション ...
https://man.plustar.jp/php/function.mcrypt-module-is-block-mode.html - [similar]
PREV 1 2 NEXT