検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 41 for algo (0.002 sec.)
データを復号する 8470
« openssl_csr_sign openssl_dh_compute_key » PHP Manual OpenSSL 関数 データを復号する openssl_dec ... 説明 openssl_decrypt ( string $data , string $cipher_algo , string $passphrase , int $options = 0 , string $ ... タ data 復号化する、暗号化されたメッセージ。 cipher_algo 暗号化方式。利用可能な暗号化方式のリストについては ... 敗した場合に false を返します。 エラー / 例外 cipher_algo パラメータに未知の暗号アルゴリズムが渡された場合、 ... , string , 暗号 , パラメータ , 認証 , 方式 , aad , algo , decrypt ...
https://man.plustar.jp/php/function.openssl-decrypt.html - [similar]
ハッシュ値 (メッセージダイジェスト) を生成する 8393
« hash_update Mcrypt » PHP Manual Hash 関数 ハッシュ値 (メッセージダイジェスト) を生成する hash ... ッセージダイジェスト) を生成する 説明 hash ( string $algo , string $data , bool $binary = false , array $opt ... ions = [] ): string パラメータ algo 選択したアルゴリズムの名前 (すなわち "md5"、"sha25 ... など…)。 サポートされているアルゴリズムの一覧は hash_algos() を参照して下さい。 data ハッシュするメッセージ。 ... ons パラメータが追加されました。 8.0.0 hash() は、 algo が未知の場合に、 ValueError をスローするようになり ...
https://man.plustar.jp/php/function.hash.html - [similar]
キーを生成する 8393
« mhash_get_hash_name mhash » PHP Manual Mhash 関数 キーを生成する mhash_keygen_s2k (PHP 4 >= 4. ... ことを強く推奨します。 説明 mhash_keygen_s2k ( int $algo , string $password , string $salt , int $length ): ... string | false algo にユーザーが指定した password を用いてキーを生成し ... ある種の変換を行うことを強く推奨します。 パラメータ algo キーの作成に使用するハッシュ ID。 MHASH_ハッシュ名 ... ー , 生成 , 関数 , mhash , ユーザー , salt , 推奨 , algo , string , パスワード ...
https://man.plustar.jp/php/function.mhash-keygen-s2k.html - [similar]
S/MIME メッセージを暗号化する 8082
« openssl_pkcs7_decrypt openssl_pkcs7_read » PHP Manual OpenSSL 関数 S/MIME メッセージを暗号化す ... , ? array $headers , int $flags = 0 , int $cipher_algo = OPENSSL_CIPHER_AES_128_CBC ): bool openssl_pkcs7 ... めに指定します。 PKCS7 定数 を参照ください。 cipher_algo 暗号定数 のうちの一つ。 戻り値 成功した場合に true ... 説明 8.1.0 デフォルトの暗号化アルゴリズム ( cipher_algo ) が、 AES-128-CBC ( OPENSSL_CIPHER_AES_128_CBC ) ... ename , certificate , ヘッダ , 配列 , バージョン , algo , flags ...
https://man.plustar.jp/php/function.openssl-pkcs7-encrypt.html - [similar]
署名された公開鍵とチャレンジを新規に作成する 8082
« openssl_spki_export openssl_spki_verify » PHP Manual OpenSSL 関数 署名された公開鍵とチャレンジ ... Key $private_key , string $challenge , int $digest_algo = OPENSSL_ALGO_MD5 ): string | false 指定されたハッ ... nge チャレンジは SPKAC と関連付けられます。 digest_algo ダイジェストアルゴリズム。 openssl_get_md_method() ... ます。 エラー / 例外 未知の署名アルゴリズムが digest_algo パラメータを介して渡された場合、 E_WARNING レベルの ...
https://man.plustar.jp/php/function.openssl-spki-new.html - [similar]
データを暗号化する 7849
« openssl_digest openssl_error_string » PHP Manual OpenSSL 関数 データを暗号化する openssl_encry ... 説明 openssl_encrypt ( string $data , string $cipher_algo , string $passphrase , int $options = 0 , string $ ... タ data 暗号化するプレーンテキストメッセージ cipher_algo 暗号メソッド。 使用可能なメソッドの一覧を取得するに ... 敗した場合に false を返します。 エラー / 例外 cipher_algo パラメータを通じて未知の暗号アルゴリズムが渡された ... メータ , aad , モード , エラー , メソッド , length , algo ...
https://man.plustar.jp/php/function.openssl-encrypt.html - [similar]
オープンされたアルゴリズムでサポートされるキーのサイズを配列として返す 7771
« mcrypt_module_get_algo_key_size mcrypt_module_is_block_algorithm_mode » PHP Manual Mcrypt 関数 ... 説明 mcrypt_module_get_supported_key_sizes ( string $algorithm , string $lib_dir = ? ): array 指定したアルゴ ... 関数が空の配列を返した場合、1 から mcrypt_module_get_algo_key_size() の戻り値の間のすべてのサイズのキーがアル ... ゴリズムでサポートされます。 パラメータ algorithm 使用するアルゴリズム。 lib_dir オプションのパ ... 合は、そのアルゴリズムでは 1 から mcrypt_module_get_algo_key_size() までのすべてのキーサイズをサポートするこ ...
https://man.plustar.jp/php/function.mcrypt-module-get-supported-key-sizes.html - [similar]
HMAC 方式を使用してハッシュ値を生成する 7678
« hash_hmac_file hash_init » PHP Manual Hash 関数 HMAC 方式を使用してハッシュ値を生成する hash_h ... 用してハッシュ値を生成する 説明 hash_hmac ( string $algo , string $data , string $key , bool $binary = fals ... e ): string パラメータ algo 選択したアルゴリズムの名前 (すなわち "md5"、"sha25 ... など…)。 サポートするアルゴリズムの一覧は hash_hmac_algos() を参照ください。 data ハッシュするメッセージ。 ... す。 変更履歴 バージョン 説明 8.0.0 hash_hmac() は、 algo が未知の場合や、 暗号に適さないハッシュ関数の場合に ...
https://man.plustar.jp/php/function.hash-hmac.html - [similar]
HMAC 方式を使用して、指定されたファイルの内容からハッシュ値を生成する 7600
« hash_hmac_algos hash_hmac » PHP Manual Hash 関数 HMAC 方式を使用して、指定されたファイルの内容 ... らハッシュ値を生成する 説明 hash_hmac_file ( string $algo , string $filename , string $key , bool $binary = ... false ): string | false パラメータ algo 選択したアルゴリズムの名前 (すなわち "md5"、"sha25 ... など…)。 サポートするアルゴリズムの一覧は hash_hmac_algos() を参照ください。 filename ハッシュ対象となるファ ... ダイジェストが そのままのバイナリ形式で返されます。 algo が不明な場合や、 暗号に適さないハッシュ関数の場合、 ...
https://man.plustar.jp/php/function.hash-hmac-file.html - [similar]
与えられたキーから導出されるHKDFキーを生成する 7522
« hash_final hash_hmac_algos » PHP Manual Hash 関数 与えられたキーから導出されるHKDFキーを生成す ... 出されるHKDFキーを生成する 説明 hash_hkdf ( string $algo , string $key , int $length = 0 , string $info = " ... " , string $salt = "" ): string パラメータ algo 選択したハッシュアルゴリズムの名前 (例. "sha256", ... など) サポートされているアルゴリズムの一覧は hash_algos() を参照してください。 注意 : 暗号に適さないハッシ ... を返します。 エラー / 例外 key が空の場合だったり、 algo が未知だったり/暗号に適さなかったり、 length が0よ ...
https://man.plustar.jp/php/function.hash-hkdf.html - [similar]
PREV 1 2 3 4 5 NEXT