検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 41 for algo (0.005 sec.)
シール(暗号化)されたデータをオープン(復号)する 7522
« openssl_get_publickey openssl_pbkdf2 » PHP Manual OpenSSL 関数 シール(暗号化)されたデータをオー ... ate | array | string $private_key , string $cipher_algo , ? string $iv = null ): bool openssl_open() は、キ ... をここに返します。 encrypted_key private_key cipher_algo 暗号化方式 警告 デフォルト値 ( 'RC4' ) はセキュアで ... SR 型のリソースを受け入れていました。 8.0.0 cipher_algo は、 オプションではなくなりました。 例 例1 openssl ...
https://man.plustar.jp/php/function.openssl-open.html - [similar]
phar のシグネチャのアルゴリズムを設定する 7211
« PharData::setMetadata PharData::setStub » PHP Manual PharData phar のシグネチャのアルゴリズムを ... 設定する PharData::setSignatureAlgorithm (No version information available, might only ... be in Git) PharData::setSignatureAlgorithm — phar のシグネチャのアルゴリズムを設定する 説 ... 明 public PharData::setSignatureAlgorithm ( int $algo , ? string $privateKey = null ): ... :OPENSSL のいずれかでなければなりません パラメータ algo Phar::MD5 、 Phar::SHA1 、 Phar::SHA256 、 Phar::S ...
https://man.plustar.jp/php/phardata.setsignaturealgorithm.html - [similar]
PKCS5 v2 の PBKDF2 文字列を生成する 7134
« openssl_open openssl_pkcs12_export_to_file » PHP Manual OpenSSL 関数 PKCS5 v2 の PBKDF2 文字列 ... int $key_length , int $iterations , string $digest_algo = "sha1" ): string | false openssl_pbkdf2() 関数は ... » NIST は少なくとも10000を推奨しています . digest_algo オプションのハッシュまたはダイジェストアルゴリズム ...
https://man.plustar.jp/php/function.openssl-pbkdf2.html - [similar]
与えられた X.509 証明書のフィンガープリントあるいはダイジェストを計算する 7134
« openssl_x509_export openssl_x509_free » PHP Manual OpenSSL 関数 与えられた X.509 証明書のフィン ... Certificate | string $certificate , string $digest_algo = "sha1" , bool $binary = false ): string | false ... 一覧は キー/証明書パラメータ を参照ください。 digest_algo "sha256" といったダイジェストメソッド、またはハッシ ...
https://man.plustar.jp/php/function.openssl-x509-fingerprint.html - [similar]
ファイルの内容から、ハッシュ値を生成する 6978
« hash_equals hash_final » PHP Manual Hash 関数 ファイルの内容から、ハッシュ値を生成する hash_fi ... から、ハッシュ値を生成する 説明 hash_file ( string $algo , string $filename , bool $binary = false , array ... $options = [] ): string | false パラメータ algo 選択したアルゴリズムの名前 (すなわち "md5"、"sha25 ... など…)。 サポートされているアルゴリズムの一覧は hash_algos() を参照して下さい。 filename ハッシュ対象となるフ ...
https://man.plustar.jp/php/function.hash-file.html - [similar]
パスワードハッシュを作る 6978
« password_get_info password_needs_rehash » PHP Manual Password Hashing 関数 パスワードハッシュを ... ord_hash ( string $password , string | int | null $algo , array $options = [] ): string password_hash() は ... password が最大 72 バイトまでに切り詰められます。 algo パスワードのハッシュに使うアルゴリズムを表す パスワ ... は、失敗時に false を返さなくなりました。 8.0.0 引数 algo は、 nullable になりました。 7.4.0 algo パラメータ ...
https://man.plustar.jp/php/function.password-hash.html - [similar]
phar のシグネチャのアルゴリズムを設定して適用する 6978
« Phar::setMetadata Phar::setStub » PHP Manual Phar phar のシグネチャのアルゴリズムを設定して適用 ... する Phar::setSignatureAlgorithm (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 1 ... .1.0) Phar::setSignatureAlgorithm — phar のシグネチャのアルゴリズムを設定して適 ... 用する 説明 public Phar::setSignatureAlgorithm ( int $algo , ? string $privateKey = null ): ... スで作成したアーカイブ) の場合は、 Phar::setSignatureAlgorithm() で明示的にシグネチャを作成して設定する必要が ...
https://man.plustar.jp/php/phar.setsignaturealgorithm.html - [similar]
段階的なハッシュコンテキストを初期化する 6900
« hash_hmac hash_pbkdf2 » PHP Manual Hash 関数 段階的なハッシュコンテキストを初期化する hash_ini ... ュコンテキストを初期化する 説明 hash_init ( string $algo , int $flags = 0 , string $key = "" , array $optio ... ns = [] ): HashContext パラメータ algo 選択したアルゴリズムの名前 (すなわち "md5"、"sha25 ... ポートされているアルゴリズムの一覧については、 hash_algos() を参照してください。 flags ハッシュ生成の際に使 ... ハッシュ値 (メッセージダイジェスト) を生成する hash_algos() - 登録されているハッシュアルゴリズムの一覧を返す ...
https://man.plustar.jp/php/function.hash-init.html - [similar]
署名を生成する 6900
« openssl_seal openssl_spki_export_challenge » PHP Manual OpenSSL 関数 署名を生成する openssl_si ... cate | array | string $private_key , string | int $algorithm = OPENSSL_ALGO_SHA1 ): bool openssl_sign() は ... tekey() が返す鍵。 string - PEM フォーマットの鍵。 algorithm int - いずれかの 署名アルゴリズム 。 string - ... ( $data , $signature , $private_key_pem , OPENSSL_ALGO_SHA256 ); // それらを保存 file_put_contents ( 'pri ...
https://man.plustar.jp/php/function.openssl-sign.html - [similar]
Mcrypt 6823
« hash はじめに » PHP Manual 暗号 Mcrypt Mcrypt はじめに インストール/設定 要件 インストール手順 ... pts crypttext with given parameters mcrypt_enc_get_algorithms_name — Returns the name of the opened algori ... t_block_size — Returns the blocksize of the opened algorithm mcrypt_enc_get_iv_size — オープンされたアルゴ ... ートされるキー長を配列にして返す mcrypt_enc_is_block_algorithm_mode — オープンされたモードの暗号がブロックモ ... ードで動作するかどうかを調べる mcrypt_enc_is_block_algorithm — オープンされたモードの暗号がブロックアルゴリ ...
https://man.plustar.jp/php/book.mcrypt.html - [similar]
PREV 1 2 3 4 5 NEXT