Results of 1 - 10 of about 90 for verify (0.005 sec.)
- 署名済みテキストを検証する 11721
- « gnupg_sign wkhtmltox » PHP Manual GnuPG 関数 署名済みテキストを検証する gnupg_verify (PECL gnu
...
pg >= 0.1) gnupg_verify — 署名済みテキストを検証する 説明 gnupg_verify ( r ...
の関数は false を返します。 例 例1 手続き型の gnupg_verify() の例 <?php $plaintext = "" ; $res = gnupg_init ( ...
); // clearsigned $info = gnupg_verify ( $res , $signed_text , false , $plaintext ); prin ...
t_r ( $info ); // detached signature $info = gnupg_verify ( $res , $signed_text , $signature ); print_r ( $i ...
-
https://man.plustar.jp/php/function.gnupg-verify.html
- [similar]
- パスワードがハッシュにマッチするかどうかを調べる 10414
- « password_needs_rehash Sodium » PHP Manual Password Hashing 関数 パスワードがハッシュにマッチす
...
るかどうかを調べる password_verify (PHP 5 >= 5.5.0, PHP 7, PHP 8) password_verify — パ ...
がハッシュにマッチするかどうかを調べる 説明 password_verify ( string $password , string $hash ): bool 指定した ...
パスワードにマッチするかどうかを調べます。 password_verify() は crypt() と互換性があるので、 crypt() が作った ...
パスワードハッシュは password_verify() でも使えます。 password_hash() は、 アルゴリズム ...
-
https://man.plustar.jp/php/function.password-verify.html
- [similar]
- 署名済みの公開鍵とチャレンジを検証する 10347
- « openssl_spki_new openssl_verify » PHP Manual OpenSSL 関数 署名済みの公開鍵とチャレンジを検証す
...
る openssl_spki_verify (PHP 5 >= 5.6.0, PHP 7, PHP 8) openssl_spki_verify ...
済みの公開鍵とチャレンジを検証する 説明 openssl_spki_verify ( string $spki ): bool 与えられた公開鍵とチャレンジ ...
G レベルのエラーが発生します。 例 例1 openssl_spki_verify() の例 既存の署名済み公開鍵とチャレンジを検証します ...
( $pkey , 'challenge string' ); if ( openssl_spki_verify ( preg_replace ( '/SPKAC=/' , '' , $spkac ))) { ec ...
-
https://man.plustar.jp/php/function.openssl-spki-verify.html
- [similar]
- 署名を検証する 10094
- « openssl_spki_verify openssl_x509_check_private_key » PHP Manual OpenSSL 関数 署名を検証する op
...
enssl_verify (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) openssl_veri ...
fy — 署名を検証する 説明 openssl_verify ( string $data , string $signature , OpenSSLAsymme ...
gorithm = OPENSSL_ALGO_SHA1 ): int | false openssl_verify() は、 public_key が指す公開鍵を使用し、 指定した ...
型のリソースを受け入れていました。 例 例1 openssl_verify() の例 <?php // $data および $signature はデータお ...
-
https://man.plustar.jp/php/function.openssl-verify.html
- [similar]
- Performs internal consistency checks(for debugging) 9841
- « EvLoop::timer EvPeriodic » PHP Manual EvLoop Performs internal consistency checks(for debuggin
...
g) EvLoop::verify (PECL ev >= 0.2.0) EvLoop::verify — Performs inter ...
sistency checks(for debugging) 説明 public EvLoop::verify (): void Performs internal consistency checks(for ...
ータはありません。 戻り値 値を返しません。 参考 Ev::verify() - 内部の整合性をチェックする (デバッグ用) 関連キ ...
istency , checks , debugging , internal , EvLoop , verify , パラメータ , チェック , 内部 ...
-
https://man.plustar.jp/php/evloop.verify.html
- [similar]
- x509証明書のデジタル署名を公開鍵で検証する 9841
- « openssl_x509_read OpenSSLCertificate » PHP Manual OpenSSL 関数 x509証明書のデジタル署名を公開鍵
...
で検証する openssl_x509_verify (PHP 7 >= 7.4.0, PHP 8) openssl_x509_verify — x509 ...
書のデジタル署名を公開鍵で検証する 説明 openssl_x509_verify ( OpenSSLCertificate | string $certificate , OpenS ...
e | array | string $public_key ): int openssl_x509_verify() 関数は、 certificate 証明書が 公開鍵 public_key ...
のリソースを受け入れていました。 例 例1 openssl_x509_verify() の例 <?php $hostname = "news.php.net" ; $sslopti ...
-
https://man.plustar.jp/php/function.openssl-x509-verify.html
- [similar]
- パスワードが、ハッシュ値と一致するかを調べる 9094
- « sodium_crypto_pwhash_str_needs_rehash sodium_crypto_pwhash_str » PHP Manual Sodium 関数 パスワ
...
シュ値と一致するかを調べる sodium_crypto_pwhash_str_verify (PHP 7 >= 7.2.0, PHP 8) sodium_crypto_pwhash_str_v ...
値と一致するかを調べる 説明 sodium_crypto_pwhash_str_verify ( string $hash , string $password ): bool sodium_c ...
ドとマッチするかを調べます。 この関数と似た password_verify() に指定する同じ引数と、順番が逆であることに注意し ...
assword_hash() - パスワードハッシュを作る password_verify() - パスワードがハッシュにマッチするかどうかを調べ ...
-
https://man.plustar.jp/php/function.sodium-crypto-pwhash-str-verify.html
- [similar]
- メッセージのタグが有効かどうかを検証する 8974
- « sodium_crypto_auth_keygen sodium_crypto_auth » PHP Manual Sodium 関数 メッセージのタグが有効か
...
どうかを検証する sodium_crypto_auth_verify (PHP 7 >= 7.2.0, PHP 8) sodium_crypto_auth_verify ...
タグが有効かどうかを検証する 説明 sodium_crypto_auth_verify ( string $mac , string $message , string $key ): b ...
グが有効かどうかを検証します。 ( sodium_crypto_sign_verify_detached() のような) 電子署名と異なり、 メッセージ ...
ージ , 検証 , タグ , sodium , crypto , auth , 認証 , verify , string , key ...
-
https://man.plustar.jp/php/function.sodium-crypto-auth-verify.html
- [similar]
- 内部の整合性をチェックする (デバッグ用) 8667
- « Ev::time EvCheck » PHP Manual Ev 内部の整合性をチェックする (デバッグ用) Ev::verify (PECL ev >
...
= 0.2.0) Ev::verify — 内部の整合性をチェックする (デバッグ用) 説明 fin ...
al public static Ev::verify (): void 内部の整合性をチェック ( libev のデバッグ ...
関連キーワード: 内部 , チェック , デバッグ , Ev , verify , パラメータ , time , EvCheck , final , public ...
-
https://man.plustar.jp/php/ev.verify.html
- [similar]
- CMS の署名を検証する 8601
- « openssl_cms_sign openssl_csr_export_to_file » PHP Manual OpenSSL 関数 CMS の署名を検証する ope
...
nssl_cms_verify (PHP 8) openssl_cms_verify — CMS の署名を検証する ...
説明 openssl_cms_verify ( string $input_filename , int $flags = 0 , ? stri ...
パラメータ input_filename 入力ファイル。 flags cms_verify() に渡すフラグ。 certificates 署名者の証明書のファ ...
ます。 関連キーワード: 署名 , 検証 , string , cms , verify , filename , certificates , info , 中間 , 入力 ...
-
https://man.plustar.jp/php/function.openssl-cms-verify.html
- [similar]