Results of 1 - 9 of about 9 for rijndael (0.011 sec.)
- サポートされる全ての暗号を配列として取得する 12259
- « mcrypt_get_key_size mcrypt_list_modes » PHP Manual Mcrypt 関数 サポートされる全ての暗号を配列と
...
ります。 Array ( [0] => cast-128 [1] => gost [2] => rijndael-128 [3] => twofish [4] => arcfour [5] => cast-256 ...
[6] => loki97 [7] => rijndael-192 [8] => saferplus [9] => wake [10] => blowfish- ...
compat [11] => des [12] => rijndael-256 [13] => serpent [14] => xtea [15] => blowfish ...
mcrypt , 配列 , 取得 , 暗号 , algorithms , list , rijndael , アルゴリズム , 関数 ...
-
https://man.plustar.jp/php/function.mcrypt-list-algorithms.html
- [similar]
- Mcrypt 暗号 10785
- « 定義済み定数 Mcrypt 関数 » PHP Manual Mcrypt Mcrypt 暗号 Mcrypt 暗号 以下に、mcrypt 拡張モジュ
...
リー) MCRYPT_PANAMA (libmcrypt > 2.4.x のみ) MCRYPT_RIJNDAEL_128 (libmcrypt > 2.4.x のみ) MCRYPT_RIJNDAEL_192 ( ...
libmcrypt > 2.4.x のみ) MCRYPT_RIJNDAEL_256 (libmcrypt > 2.4.x のみ) MCRYPT_RC2 MCRYPT_RC4 ...
号 , Mcrypt , mcrypt , SERPENT , TWOFISH , データ , RIJNDAEL , 関数 ...
-
https://man.plustar.jp/php/mcrypt.ciphers.html
- [similar]
- 指定したパラメータでプレーンテキストを暗号化する 10299
- « mcrypt_enc_self_test mcrypt_generic_deinit » PHP Manual Mcrypt 関数 指定したパラメータでプレー
...
BC encoding $iv_size = mcrypt_get_iv_size ( MCRYPT_RIJNDAEL_128 , MCRYPT_MODE_CBC ); $iv = mcrypt_create_iv ( ...
ND ); # creates a cipher text compatible with AES (Rijndael block size = 128) # to keep the text confidential ...
ero padding) $ciphertext = mcrypt_encrypt ( MCRYPT_RIJNDAEL_128 , $key , $plaintext , MCRYPT_MODE_CBC , $iv ); ...
lain text $plaintext_dec = mcrypt_decrypt ( MCRYPT_RIJNDAEL_128 , $key , $ciphertext_dec , MCRYPT_MODE_CBC , $ ...
-
https://man.plustar.jp/php/function.mcrypt-encrypt.html
- [similar]
- 暗号化フィルタ 10137
- « 圧縮フィルタ サポートされるソケットトランスポートのリスト » PHP Manual 利用できるフィルタのリス
...
filename ){ $iv_size = mcrypt_get_iv_size ( MCRYPT_RIJNDAEL_128 , MCRYPT_MODE_CBC ); $fin = fopen ( $input_str ...
' => $ekey ); stream_filter_append ( $fc , 'mcrypt.rijndael-128' , STREAM_FILTER_WRITE , $opts ); $infilesize ...
); } $block_size = mcrypt_get_block_size ( MCRYPT_RIJNDAEL_128 , MCRYPT_MODE_CBC ); $padding = $block_size - ...
_stream ) { $iv_size = mcrypt_get_iv_size ( MCRYPT_RIJNDAEL_128 , MCRYPT_MODE_CBC ); $hmac_raw = file_get_cont ...
-
https://man.plustar.jp/php/filters.encryption.html
- [similar]
- 使用するアルゴリズムおよびモードのモジュールをオープンする 7855
- « mcrypt_module_is_block_mode mcrypt_module_self_test » PHP Manual Mcrypt 関数 使用するアルゴリズ
...
r/lib/mcrypt-modes' ); $td = mcrypt_module_open ( 'rijndael-256' , '' , 'ofb' , '' ); ?> 上の例の最初の行では、 ...
ールをオープンします */ $td = mcrypt_module_open ( 'rijndael-256' , '' , 'ofb' , '' ); /* IV を作成し、キー長を ...
-
https://man.plustar.jp/php/function.mcrypt-module-open.html
- [similar]
- 要件 7693
- « インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 ここで示す関数は、
...
した場合、加えてブロックアルゴリズム: CAST, LOKI97, RIJNDAEL, SAFERPLUS, SERPENT および次のストリーム暗号: ENIG ...
-
https://man.plustar.jp/php/mcrypt.requirements.html
- [similar]
- 指定したモジュールのセルフテストを実行する 7531
- « mcrypt_module_open mdecrypt_generic » PHP Manual Mcrypt 関数 指定したモジュールのセルフテストを
...
<?php var_dump ( mcrypt_module_self_test ( MCRYPT_RIJNDAEL_128 )) . "\n" ; var_dump ( mcrypt_module_self_test ...
-
https://man.plustar.jp/php/function.mcrypt-module-self-test.html
- [similar]
- オープンされたアルゴリズムでサポートされるキー長を配列にして返す 7369
- « mcrypt_enc_get_modes_name mcrypt_enc_is_block_algorithm_mode » PHP Manual Mcrypt 関数 オープン
...
key_sizes() の例 <?php $td = mcrypt_module_open ( 'rijndael-256' , '' , 'ecb' , '' ); var_dump ( mcrypt_enc_ge ...
-
https://man.plustar.jp/php/function.mcrypt-enc-get-supported-key-sizes.html
- [similar]
- SSH サーバーに接続する 6884
- « ssh2_auth_pubkey_file ssh2_disconnect » PHP Manual SSH2 関数 SSH サーバーに接続する ssh2_conne
...
メソッドのリスト。 優先する順にカンマ区切りにする。 rijndael-cbc@lysator.liu.se 、 aes256-cbc 、 aes192-cbc 、 ...
-
https://man.plustar.jp/php/function.ssh2-connect.html
- [similar]
PREV
1
NEXT