検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 80 for encrypt (0.032 sec.)
与えられたキーから導出されるHKDFキーを生成する 5862
« hash_final hash_hmac_algos » PHP Manual Hash 関数 与えられたキーから導出されるHKDFキーを生成す ... した同じ入力を使い、異なるキーのペアを導出します。 $encryptionKey = hash_hkdf ( 'sha256' , $inputKey , 32 , 'a ... es-256-encryption' , $salt ); $authenticationKey = hash_hkdf ( 's ... , 'sha-256-authentication' , $salt ); var_dump ( $encryptionKey !== $authenticationKey ); // bool(true) ?> 上 ... の例は、AES-256 encryption と SHA-256 authentication をそれぞれ使い、 encr ...
https://man.plustar.jp/php/function.hash-hkdf.html - [similar]
指定した暗号のキーの長さを得る 5862
« mcrypt_get_iv_size mcrypt_list_algorithms » PHP Manual Mcrypt 関数 指定した暗号のキーの長さを得 ... されたモードでサポートされる最大キー長を返す mcrypt_encrypt() - 指定したパラメータでプレーンテキストを暗号化す ...
https://man.plustar.jp/php/function.mcrypt-get-key-size.html - [similar]
疑似ランダムなバイト文字列を生成する 5862
« openssl_public_encrypt openssl_seal » PHP Manual OpenSSL 関数 疑似ランダムなバイト文字列を生成 ...
https://man.plustar.jp/php/function.openssl-random-pseudo-bytes.html - [similar]
証明書が特定の目的に使用可能かどうか確認する 5862
« openssl_x509_check_private_key openssl_x509_export_to_file » PHP Manual OpenSSL 関数 証明書が特 ... 書を S/MIME email で使用できるか? X509_PURPOSE_SMIME_ENCRYPT この証明書を S/MIME email の暗号化で使用できるか? ...
https://man.plustar.jp/php/function.openssl-x509-checkpurpose.html - [similar]
復号のためのシークレットストリームのコンテキストを初期化する 5862
« sodium_crypto_secretbox sodium_crypto_secretstream_xchacha20poly1305_init_push » PHP Manual So ... ng $tag, but in real protocols you can use this on encrypt to e.g. // trigger a re-key or indicate the end of ...
https://man.plustar.jp/php/function.sodium-crypto-secretstream-xchacha20poly1305... - [similar]
定義済み定数 5862
« リソース型 Mcrypt 暗号 » PHP Manual Mcrypt 定義済み定数 定義済み定数 以下の定数が定義されていま ... です。 他のモードおよびランダムデバイス定数: MCRYPT_ENCRYPT ( int ) MCRYPT_DECRYPT ( int ) MCRYPT_DEV_RANDOM ( ...
https://man.plustar.jp/php/mcrypt.constants.html - [similar]
下位互換性のない変更点 5862
« 新しいグローバル定数 PHP 8.1.x で推奨されなくなる機能 » PHP Manual PHP 8.0.x から PHP 8.1.x へ ... でエクスポートされるようになりました。 openssl_pkcs7_encrypt() と openssl_cms_encrypt() は、 デフォルト値が RC2 ...
https://man.plustar.jp/php/migration81.incompatible.html - [similar]
GnuPG 関数 5862
« テキストへの署名 gnupg_adddecryptkey » PHP Manual GnuPG GnuPG 関数 GnuPG 関数 注意 この拡張モジ ... dddecryptkey — 復号のためのキーを追加する gnupg_addencryptkey — 暗号化のためのキーを追加する gnupg_addsignkey ... のために設定されたすべてのキーを削除する gnupg_clearencryptkeys — 事前に暗号化のために設定されたすべてのキーを ... し、検証する gnupg_deletekey — キーを削除する gnupg_encrypt — 指定したテキストを暗号化する gnupg_encryptsign — ...
https://man.plustar.jp/php/ref.gnupg.html - [similar]
Mcrypt 5794
« hash はじめに » PHP Manual 暗号 Mcrypt Mcrypt はじめに インストール/設定 要件 インストール手順 ... ープンしたモジュールのセルフテストを実行する mcrypt_encrypt — 指定したパラメータでプレーンテキストを暗号化する ...
https://man.plustar.jp/php/book.mcrypt.html - [similar]
S/MIME メッセージに署名する 5794
« openssl_pkcs7_read openssl_pkcs7_verify » PHP Manual OpenSSL 関数 S/MIME メッセージに署名する ... (このパラメータの形式の詳細については openssl_pkcs7_encrypt() を参照ください)。 flags flags を出力を変更するた ...
https://man.plustar.jp/php/function.openssl-pkcs7-sign.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT