検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 80 for Encrypt (0.002 sec.)
指定したテキストを暗号化する 12245
« gnupg_deletekey gnupg_encryptsign » PHP Manual GnuPG 関数 指定したテキストを暗号化する gnupg_encrypt ... ncrypt (PECL gnupg >= 0.1) gnupg_encrypt — 指定したテキストを暗号化する 説明 gnupg_encrypt ... fier , string $plaintext ): string 事前に gnupg_addencryptkey で設定したキーを使用し、指定されたテキストを暗号 ... の関数は false を返します。 例 例1 手続き型の gnupg_encrypt() の例 <?php $res = gnupg_init (); gnupg_addencryp ... B6051D071D94B5B230549F9DC851566DC" ); $enc = gnupg_encrypt ( $res , "just a test" ); echo $enc ; ?> 例2 オブジ ...
https://man.plustar.jp/php/function.gnupg-encrypt.html - [similar]
Encrypt a value 11478
« MongoDB\Driver\ClientEncryption::decrypt MongoDB\Driver\ServerApi » PHP Manual MongoDB\Driver\ ... ClientEncryption Encrypt a value MongoDB\Driver\ClientEncryption ... ::encrypt (mongodb >=1.7.0) MongoDB\Driver\ClientEncryption: ... :encryptEncrypt a value 説明 final public MongoDB\Driver ... \ClientEncryption::encrypt ( mixed $value , array $options = ? ): ...
https://man.plustar.jp/php/mongodb-driver-clientencryption.encrypt.html - [similar]
Decrypt a value 10492
« MongoDB\Driver\ClientEncryption::createDataKey MongoDB\Driver\ClientEncryption::encrypt » PHP ... Manual MongoDB\Driver\ClientEncryption Decrypt a value MongoDB\Driver\ClientEncryption ... ::decrypt (mongodb >=1.7.0) MongoDB\Driver\ClientEncryption::decrypt — Decrypt a value 説明 final public Mo ... ngoDB\Driver\ClientEncryption::decrypt ( MongoDB\BSON\Binary $value ): mixed ... BSON\Binary instance with subtype 6 containing the encrypted value. 戻り値 Returns the decrypted value as it ...
https://man.plustar.jp/php/mongodb-driver-clientencryption.decrypt.html - [similar]
秘密鍵でデータを暗号化する 9972
« openssl_private_decrypt openssl_public_decrypt » PHP Manual OpenSSL 関数 秘密鍵でデータを暗号化 ... する openssl_private_encrypt (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) openssl_priv ... ate_encrypt — 秘密鍵でデータを暗号化する 説明 openssl_private_ ... encrypt ( string $data , string &$encrypted_data , OpenSSLAsymmetricKey | OpenSSLCertificate ... ng = OPENSSL_PKCS1_PADDING ): bool openssl_private_encrypt() は、 data を秘密鍵 private_key で暗号化し、それを ...
https://man.plustar.jp/php/function.openssl-private-encrypt.html - [similar]
公開鍵でデータを暗号化する 9739
« 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_publ ... ic_encrypt — 公開鍵でデータを暗号化する 説明 openssl_public_e ... ncrypt ( string $data , string &$encrypted_data , OpenSSLAsymmetricKey | OpenSSLCertificate ... ing = OPENSSL_PKCS1_PADDING ): bool openssl_public_encrypt() は、 data を公開鍵 public_key で暗号化し、それを ...
https://man.plustar.jp/php/function.openssl-public-encrypt.html - [similar]
S/MIME メッセージを暗号化する 9355
« openssl_pkcs7_decrypt openssl_pkcs7_read » PHP Manual OpenSSL 関数 S/MIME メッセージを暗号化す ... る openssl_pkcs7_encrypt (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) openssl_pkcs ... 7_encrypt — S/MIME メッセージを暗号化する 説明 openssl_pkcs7 ... _encrypt ( string $input_filename , string $output_filename ... = OPENSSL_CIPHER_AES_128_CBC ): bool openssl_pkcs7_encrypt() は、 input_filename という名前のファイルの内容を ...
https://man.plustar.jp/php/function.openssl-pkcs7-encrypt.html - [similar]
公開鍵でデータを復号する 9205
« openssl_private_encrypt openssl_public_encrypt » PHP Manual OpenSSL 関数 公開鍵でデータを復号す ... penssl_public_decrypt() は、事前に openssl_private_encrypt() で暗号化された data を復号し、それを decrypted_d ... リソースを受け入れていました。 参考 openssl_private_encrypt() - 秘密鍵でデータを暗号化する openssl_private_dec ... , 復号 , public , data , key , decrypt , private , encrypt , string , decrypted ...
https://man.plustar.jp/php/function.openssl-public-decrypt.html - [similar]
AES-256-GCM を使って暗号化し、認証を行う 8451
« sodium_crypto_aead_aes256gcm_decrypt sodium_crypto_aead_aes256gcm_is_available » PHP Manual So ... て暗号化し、認証を行う sodium_crypto_aead_aes256gcm_encrypt (PHP 7 >= 7.2.0, PHP 8) sodium_crypto_aead_aes256g ... cm_encrypt — AES-256-GCM を使って暗号化し、認証を行う 説明 so ... dium_crypto_aead_aes256gcm_encrypt ( string $message , string $additional_data , stri ... odium , crypto , aead , string , テキスト , タグ , encrypt , key ...
https://man.plustar.jp/php/function.sodium-crypto-aead-aes256gcm-encrypt.html - [similar]
指定したパラメータでプレーンテキストを暗号化する 8369
« mcrypt_enc_self_test mcrypt_generic_deinit » PHP Manual Mcrypt 関数 指定したパラメータでプレー ... ンテキストを暗号化する mcrypt_encrypt (PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7.2.0, PECL mcrypt ... >= 1.0.0) mcrypt_encrypt — 指定したパラメータでプレーンテキストを暗号化する ... この関数に頼らないことを強く推奨します。 説明 mcrypt_encrypt ( string $cipher , string $key , string $data , st ... す。失敗した場合に false を返します。 例 例1 mcrypt_encrypt() の例 <?php # --- ENCRYPTION --- # the key should ...
https://man.plustar.jp/php/function.mcrypt-encrypt.html - [similar]
CMS メッセージを暗号化する 8369
« openssl_cms_decrypt openssl_cms_read » PHP Manual OpenSSL 関数 CMS メッセージを暗号化する open ... ssl_cms_encrypt (PHP 8) openssl_cms_encrypt — CMS メッセージを暗号 ... 化する 説明 openssl_cms_encrypt ( string $input_filename , string $output_filename ... , cms , filename , 受け手 , algo , int , string , encrypt , flags ...
https://man.plustar.jp/php/function.openssl-cms-encrypt.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT