Results of 1 - 10 of about 59 for Mcrypt (0.024 sec.)
- Mcrypt 暗号 10358
- « 定義済み定数 Mcrypt 関数 » PHP Manual Mcrypt Mcrypt 暗号 Mcrypt 暗号 以下に、mcrypt 拡張モジュ
...
します。サポートされる暗号の完全なリストについては、 mcrypt.h の最後にある define を参照ください。 mcrypt-2.2. ...
x API に関する一般的な規則は、 MCRYPT_暗号名で PHP から暗号をアクセス可能であるということ ...
です。 mcrypt-2.4.x および mcrypt-2.5.x の API についてもこれらの ...
定数は 使用できますが、 mcrypt_module_open() を コールする際に文字列で暗号名を指定 ...
-
https://man.plustar.jp/php/mcrypt.ciphers.html
- [similar]
- Mcrypt 関数 9687
- « Mcrypt 暗号 mcrypt_create_iv » PHP Manual Mcrypt Mcrypt 関数 Mcrypt 関数 目次 mcrypt_create_iv
...
an initialization vector (IV) from a random source mcrypt_decrypt — Decrypts crypttext with given parameters ...
mcrypt_enc_get_algorithms_name — Returns the name of the ...
opened algorithm mcrypt_enc_get_block_size — Returns the blocksize of the ...
opened algorithm mcrypt_enc_get_iv_size — オープンされたアルゴリズムの IV ...
-
https://man.plustar.jp/php/ref.mcrypt.html
- [similar]
- Mcrypt 9599
- « hash はじめに » PHP Manual 暗号 Mcrypt Mcrypt はじめに インストール/設定 要件 インストール手順
...
実行時設定 リソース型 定義済み定数 Mcrypt 暗号 Mcrypt 関数 mcrypt_create_iv — Creates an ini ...
tialization vector (IV) from a random source mcrypt_decrypt — Decrypts crypttext with given parameters ...
mcrypt_enc_get_algorithms_name — Returns the name of the ...
opened algorithm mcrypt_enc_get_block_size — Returns the blocksize of the ...
-
https://man.plustar.jp/php/book.mcrypt.html
- [similar]
- 使用するアルゴリズムおよびモードのモジュールをオープンする 9264
- « mcrypt_module_is_block_mode mcrypt_module_self_test » PHP Manual Mcrypt 関数 使用するアルゴリズ
...
ムおよびモードのモジュールをオープンする mcrypt_module_open (PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7.2.0, ...
PECL mcrypt >= 1.0.0) mcrypt_module_open — 使用するアルゴリズム ...
した。この関数に頼らないことを強く推奨します。 説明 mcrypt_module_open ( string $algorithm , string $algorith ...
、たとえば " twofish " のように名前で指定するか定数 MCRYPT_暗号名 のいずれかを使用して指定します。 ライブラリ ...
-
https://man.plustar.jp/php/function.mcrypt-module-open.html
- [similar]
- Creates an initialization vector (IV) from a random source 9089
- « Mcrypt 関数 mcrypt_decrypt » PHP Manual Mcrypt 関数 Creates an initialization vector (IV) from
...
a random source mcrypt_create_iv (PHP 4, PHP 5, PHP 7 < 7.2.0, PECL mcryp ...
t >= 1.0.0) mcrypt_create_iv — Creates an initialization vector (IV) ...
の代替として、これらが使えます。 random_bytes() 説明 mcrypt_create_iv ( int $size , int $source = MCRYPT_DEV_U ...
IV. source The source of the IV. The source can be MCRYPT_RAND (system random number generator), MCRYPT_DEV_ ...
-
https://man.plustar.jp/php/function.mcrypt-create-iv.html
- [similar]
- Returns the name of the opened algorithm 8841
- « mcrypt_decrypt mcrypt_enc_get_block_size » PHP Manual Mcrypt 関数 Returns the name of the open
...
ed algorithm mcrypt_enc_get_algorithms_name (PHP 4 >= 4.0.2, PHP 5, PH ...
P 7 < 7.2.0, PECL mcrypt >= 1.0.0) mcrypt_enc_get_algorithms_name — Returns ...
した。この関数に頼らないことを強く推奨します。 説明 mcrypt_enc_get_algorithms_name ( resource $td ): string T ...
e name of the opened algorithm as a string. 例 例1 mcrypt_enc_get_algorithms_name() example <?php $td = mcry ...
-
https://man.plustar.jp/php/function.mcrypt-enc-get-algorithms-name.html
- [similar]
- データを復号する 8812
- « mcrypt_module_self_test Mhash » PHP Manual Mcrypt 関数 データを復号する mdecrypt_generic (PHP
...
4 >= 4.0.2, PHP 5, PHP 7 < 7.2.0, PECL mcrypt >= 1.0.0) mdecrypt_generic — データを復号する 警告 ...
可能性があることに 注意してください。 パラメータ td mcrypt_module_open() が返す暗号化記述子。 data 暗号化され ...
* モジュールをオープンし、IV を作成します */ $td = mcrypt_module_open ( 'des' , '' , 'ecb' , '' ); $key = su ...
bstr ( $key , 0 , mcrypt_enc_get_key_size ( $td )); $iv_size = mcrypt_enc_g ...
-
https://man.plustar.jp/php/function.mdecrypt-generic.html
- [similar]
- 暗号化フィルタ 8782
- « 圧縮フィルタ サポートされるソケットトランスポートのリスト » PHP Manual 利用できるフィルタのリス
...
ファイル/ストリーム を暗号化する場合に特に有用です。 mcrypt.* と mdecrypt.* 警告 この機能は PHP 7.1.0 で 非推奨 ...
になります。この機能に頼らないことを強く推奨します。 mcrypt.* と mdecrypt.* は、libmcrypt を用いた暗号化・復号 ...
化を行います。これらのフィルタは、 mcrypt 暗号化関数 で利用可能な アルゴリズムをサポートして ...
おり、 mcrypt.ciphername という名前で利用できます。 ciphername の ...
-
https://man.plustar.jp/php/filters.encryption.html
- [similar]
- 指定した暗号/モードの組み合わせに属する IV の大きさを返す 8782
- « mcrypt_get_cipher_name mcrypt_get_key_size » PHP Manual Mcrypt 関数 指定した暗号/モードの組み合
...
わせに属する IV の大きさを返す mcrypt_get_iv_size (PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7.2.0, ...
PECL mcrypt >= 1.0.0) mcrypt_get_iv_size — 指定した暗号/モード ...
した。この関数に頼らないことを強く推奨します。 説明 mcrypt_get_iv_size ( string $cipher , string $mode ): int ...
ode の組み合わせにおける IV の大きさを取得します。 mcrypt_enc_get_iv_size() 関数を使用するほうが より有用です ...
-
https://man.plustar.jp/php/function.mcrypt-get-iv-size.html
- [similar]
- 指定したパラメータでプレーンテキストを暗号化する 8753
- « mcrypt_enc_self_test mcrypt_generic_deinit » PHP Manual Mcrypt 関数 指定したパラメータでプレー
...
ンテキストを暗号化する mcrypt_encrypt (PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7.2.0, PEC ...
L mcrypt >= 1.0.0) mcrypt_encrypt — 指定したパラメータでプレ ...
した。この関数に頼らないことを強く推奨します。 説明 mcrypt_encrypt ( string $cipher , string $key , string $d ...
ータを暗号化して、それを返します。 パラメータ cipher MCRYPT_暗号名 定数のいずれか、 あるいはアルゴリズム名をあ ...
-
https://man.plustar.jp/php/function.mcrypt-encrypt.html
- [similar]