検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 27 for encrypted (0.003 sec.)
Encrypt a value 13528
« MongoDB\Driver\ClientEncryption::decrypt MongoDB\Driver\ServerApi » PHP Manual MongoDB\Driver\ ... crypts the value. パラメータ value The value to be encrypted. Any value that can be inserted into MongoDB can b ... e encrypted using this method. options Encryption options Opti ... ention factor for evaluating queries with indexed, encrypted payloads. This option only applies and may only be ... he query type for evaluating queries with indexed, encrypted payloads. Specify one of the following ClientEncry ...
https://man.plustar.jp/php/mongodb-driver-clientencryption.encrypt.html - [similar]
秘密鍵でデータを暗号化する 10911
« openssl_private_decrypt openssl_public_decrypt » PHP Manual OpenSSL 関数 秘密鍵でデータを暗号化 ... openssl_private_encrypt ( string $data , string &$encrypted_data , OpenSSLAsymmetricKey | OpenSSLCertificate | ... は、 data を秘密鍵 private_key で暗号化し、それを encrypted_data に格納します。暗号化されたデータは、 openssl_ ... たものでないことを証明する場合です。 パラメータ data encrypted_data private_key padding padding には OPENSSL_PKCS ... data , key , encrypt , decrypt , public , string , encrypted ...
https://man.plustar.jp/php/function.openssl-private-encrypt.html - [similar]
公開鍵でデータを暗号化する 10664
« openssl_public_decrypt openssl_random_pseudo_bytes » PHP Manual OpenSSL 関数 公開鍵でデータを暗 ... 明 openssl_public_encrypt ( string $data , string &$encrypted_data , OpenSSLAsymmetricKey | OpenSSLCertificate | ... ) は、 data を公開鍵 public_key で暗号化し、それを encrypted_data に格納します。暗号化されたデータは openssl_pr ... 全な形式にするためにも使用されます。 パラメータ data encrypted_data 暗号化した結果がここに格納されます。 public_k ... データ , public , data , key , encrypt , private , encrypted , 格納 , decrypt ...
https://man.plustar.jp/php/function.openssl-public-encrypt.html - [similar]
データをシール(暗号化)する 10401
« openssl_random_pseudo_bytes openssl_sign » PHP Manual OpenSSL 関数 データをシール(暗号化)する ... al ( string $data , string &$sealed_data , array &$encrypted_keys , array $public_key , string $cipher_algo , s ... 開鍵で暗号化されます。 それぞれの暗号化されたキーは encrypted_keys で返されます。 これは、暗号化されたデータを複 ... シールするデータ。 sealed_data シール済みのデータ。 encrypted_keys 暗号化したキーの配列。 public_key 公開鍵を含ん ... 化されたデータが sealed_data に、エンベロープキーが encrypted_keys に返されます。 変更履歴 バージョン 説明 8.0.0 ...
https://man.plustar.jp/php/function.openssl-seal.html - [similar]
The MongoDB\BSON\Binary class 9874
« MongoDB\BSON\toRelaxedExtendedJSON MongoDB\BSON\Binary::__construct » PHP Manual MongoDB\BSON ... UUID = 4 ; const int TYPE_MD5 = 5 ; const int TYPE_ENCRYPTED = 6 ; const int TYPE_COLUMN = 7 ; const int TYPE_U ... d be 16 bytes in length. MongoDB\BSON\Binary::TYPE_ENCRYPTED Encrypted value. This subtype is used for client-s ... PECL mongodb 1.7.0 Added MongoDB\BSON\Binary::TYPE_ENCRYPTED . PECL mongodb 1.3.0 Implements MongoDB\BSON\Binar ...
https://man.plustar.jp/php/class.mongodb-bson-binary.html - [similar]
The MongoDB\Driver\ClientEncryption class 9348
« MongoDB\Driver\Session::startTransaction MongoDB\Driver\ClientEncryption::__construct » PHP Ma ... THM_INDEXED Specifies an algorithm for an indexed, encrypted payload, which can be used with queryable encrypti ... on. To insert or query with an indexed, encrypted payload, the MongoDB\Driver\Manager must be config ... UNINDEXED Specifies an algorithm for an unindexed, encrypted payload. MongoDB\Driver\ClientEncryption::QUERY_TY ...
https://man.plustar.jp/php/class.mongodb-driver-clientencryption.html - [similar]
Salt-encrypts a value 8838
« radius_request_authenticator radius_send_request » PHP Manual Radius 関数 Salt-encrypts a valu ... n is required. パラメータ data The data to be salt-encrypted. 戻り値 Returns the salt-encrypted data 失敗した場 ...
https://man.plustar.jp/php/function.radius-salt-encrypt-attr.html - [similar]
シール(暗号化)されたデータをオープン(復号)する 8706
« openssl_get_publickey openssl_pbkdf2 » PHP Manual OpenSSL 関数 シール(暗号化)されたデータをオー ... sl_open ( string $data , string &$output , string $encrypted_key , OpenSSLAsymmetricKey | OpenSSLCertificate | ... n() は、キー ID private_key およびエンベロープキー encrypted_key に関連する公開鍵を使用して、 data をオープン(復 ... 成功した場合、オープンしたデータをここに返します。 encrypted_key private_key cipher_algo 暗号化方式 警告 デフォ ...
https://man.plustar.jp/php/function.openssl-open.html - [similar]
指定されたテキストを復号する 8574
« gnupg_clearsignkeys gnupg_decryptverify » PHP Manual GnuPG 関数 指定されたテキストを復号する g ... 66DC" , "test" ); $plain = gnupg_decrypt ( $res , $encrypted_text ); echo $plain ; ?> 例2 オブジェクト指向の gn ... C851566DC" , "test" ); $plain = $gpg -> decrypt ( $encrypted_text ); echo $plain ; ?> 関連キーワード: テキスト ...
https://man.plustar.jp/php/function.gnupg-decrypt.html - [similar]
暗号化フィルタ 8179
« 圧縮フィルタ サポートされるソケットトランスポートのリスト » PHP Manual 利用できるフィルタのリス ... ( $iv_size , MCRYPT_DEV_URANDOM ); $fp = fopen ( 'encrypted-file.enc' , 'wb' ); fwrite ( $fp , $iv ); $opts = ... ); fclose ( $fp ); // 復号化する... $fp = fopen ( 'encrypted-file.enc' , 'rb' ); $iv = fread ( $fp , $iv_size = ... BC :: encryptFile ( $password , "plaintext.txt" , "encrypted.enc" ); AES_CBC :: decryptFile ( $password , "encr ...
https://man.plustar.jp/php/filters.encryption.html - [similar]
PREV 1 2 3 NEXT