検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 185 for OPENSSL (0.002 sec.)
OpenSSL 関数 8505
« 証明書の認証 openssl_cipher_iv_length » PHP Manual OpenSSL OpenSSL 関数 OpenSSL 関数 目次 openssl ... ssl_cipher_iv_length — 暗号 iv の長さを取得 openssl_cms_decrypt — CMS メッセージを復号化する openssl_c ... ms_encrypt — CMS メッセージを暗号化する openssl_cms_read — CMS ファイルを、PEM証明書の配列にエクス ... ポートする openssl_cms_sign — ファイルに署名する openssl_cms_verify — ... CMS の署名を検証する openssl_csr_export_to_file — CSR をファイルにエクスポートす ...
https://man.plustar.jp/php/ref.openssl.html - [similar]
OpenSSL 8483
« mhash はじめに » PHP Manual 暗号 OpenSSL OpenSSL はじめに インストール/設定 要件 インストール手 ... 定数 その他の定数 キー/証明書パラメータ 証明書の認証 OpenSSL 関数 openssl_cipher_iv_length — 暗号 iv の長さを取 ...openssl_cms_decrypt — CMS メッセージを復号化する openssl_c ... ms_encrypt — CMS メッセージを暗号化する openssl_cms_read — CMS ファイルを、PEM証明書の配列にエクス ... ポートする openssl_cms_sign — ファイルに署名する openssl_cms_verify — ...
https://man.plustar.jp/php/book.openssl.html - [similar]
CSR を作成する 7537
« openssl_csr_get_subject openssl_csr_sign » PHP Manual OpenSSL 関数 CSR を作成する openssl_csr_ ... new (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) openssl_csr_new — CSR を作成する 説明 openssl_csr_new ( ar ... ray $distinguished_names , OpenSSLAsymmetricKey &$private_key , ? array $options = nu ... ll , ? array $extra_attributes = null ): OpenSSLCertificateSigningRequest | false openssl_csr_new() ... 注意 : この関数を正しく動作させるには、正しい形式の openssl.cnf をインストールしておく必要があります。 詳細な情 ...
https://man.plustar.jp/php/function.openssl-csr-new.html - [similar]
署名を検証する 7515
« openssl_spki_verify openssl_x509_check_private_key » PHP Manual OpenSSL 関数 署名を検証する openssl ... enssl_verify (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) openssl_verify — 署名を検証する 説明 openssl_verify ( stri ... ng $data , string $signature , OpenSSLAsymmetricKey | OpenSSLCertificate | array | string ... $public_key , string | int $algorithm = OPENSSL_ALGO_SHA1 ): int | false openssl_verify() は、 pub ... ったデータの文字列。 signature 生のバイナリ文字列。 openssl_sign() もしくはそれと同等の手段を使って生成したもの ...
https://man.plustar.jp/php/function.openssl-verify.html - [similar]
署名を生成する 7493
« openssl_seal openssl_spki_export_challenge » PHP Manual OpenSSL 関数 署名を生成する openssl_si ... gn (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) openssl_sign — 署名を生成する 説明 openssl_sign ( string $ ... data , string &$signature , OpenSSLAsymmetricKey | OpenSSLCertificate | array | string ... $private_key , string | int $algorithm = OPENSSL_ALGO_SHA1 ): bool openssl_sign() は、指定した data ... 場合、署名が signature に格納されます。 private_key OpenSSLAsymmetricKey - openssl_get_privatekey() が返す鍵。 ...
https://man.plustar.jp/php/function.openssl-sign.html - [similar]
CSR の公開鍵を返す 7295
« openssl_csr_export openssl_csr_get_subject » PHP Manual OpenSSL 関数 CSR の公開鍵を返す openssl ... _csr_get_public_key (PHP 5 >= 5.2.0, PHP 7, PHP 8) openssl_csr_get_public_key — CSR の公開鍵を返す 説明 opens ... sl_csr_get_public_key ( OpenSSLCertificateSigningRequest | string $csr , bool $sho ... rt_names = true ): OpenSSLAsymmetricKey | false openssl_csr_get_public_key() ... このパラメータは無視されます。 戻り値 成功した場合、 OpenSSLAsymmetricKey クラスのインスタンスを返します。 エラ ...
https://man.plustar.jp/php/function.openssl-csr-get-public-key.html - [similar]
秘密鍵でデータを復号する 7295
« openssl_pkey_new openssl_private_encrypt » PHP Manual OpenSSL 関数 秘密鍵でデータを復号する openssl ... vate_decrypt (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) openssl_private_decrypt — 秘密鍵でデータを復号する 説明 op ... decrypt ( string $data , string &$decrypted_data , OpenSSLAsymmetricKey | OpenSSLCertificate | array | string ... $private_key , int $padding = OPENSSL_PKCS1_PADDING ): bool openssl_private_decrypt() は ... 、事前に openssl_public_encrypt() で暗号化された data を復号し、それ ...
https://man.plustar.jp/php/function.openssl-private-decrypt.html - [similar]
データを暗号化する 7251
« openssl_digest openssl_error_string » PHP Manual OpenSSL 関数 データを暗号化する openssl_encry ... pt (PHP 5 >= 5.3.0, PHP 7, PHP 8) openssl_encrypt — データを暗号化する 説明 openssl_encrypt ... メソッド。 使用可能なメソッドの一覧を取得するには、 openssl_get_cipher_methods() を用います。 passphrase パスフ ... り長かった場合は、 黙って切り詰められます。 options OPENSSL_RAW_DATA と OPENSSL_ZERO_PADDING のビット OR。 iv ... ly generated in a cryptographically safe way, like openssl_random_pseudo_bytes $plaintext = "message to be en ...
https://man.plustar.jp/php/function.openssl-encrypt.html - [similar]
公開鍵でデータを暗号化する 7251
« openssl_public_decrypt openssl_random_pseudo_bytes » PHP Manual OpenSSL 関数 公開鍵でデータを暗 ... 号化する openssl_public_encrypt (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP ... 8) openssl_public_encrypt — 公開鍵でデータを暗号化する 説明 o ... encrypt ( string $data , string &$encrypted_data , OpenSSLAsymmetricKey | OpenSSLCertificate | array | string ... $public_key , int $padding = OPENSSL_PKCS1_PADDING ): bool openssl_public_encrypt() は、 ...
https://man.plustar.jp/php/function.openssl-public-encrypt.html - [similar]
署名アルゴリズム 7229
« CMS (暗号メッセージシンタックス) 関連のフラグ/定数 暗号化方式 » PHP Manual 定義済み定数 署名ア ... ルゴリズム 署名アルゴリズム OPENSSL_ALGO_DSS1 ( int ) OPENSSL_ALGO_SHA1 ( int ) openss ... l_sign() および openssl_verify() のデフォルトアルゴリズムとして用いられます ...OPENSSL_ALGO_SHA224 ( int ) OPENSSL_ALGO_SHA256 ( int ) OP ... ENSSL_ALGO_SHA384 ( int ) OPENSSL_ALGO_SHA512 ( int ) OPENSSL_ALGO_RMD160 ( int ) OP ...
https://man.plustar.jp/php/openssl.signature-algos.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT