Results of 1 - 9 of about 9 for decrypted (0.008 sec.)
- 秘密鍵でデータを復号する 12115
- « openssl_pkey_new openssl_private_encrypt » PHP Manual OpenSSL 関数 秘密鍵でデータを復号する op
...
openssl_private_decrypt ( string $data , string &$decrypted_data , OpenSSLAsymmetricKey | OpenSSLCertificate | ...
lic_encrypt() で暗号化された data を復号し、それを decrypted_data に格納します。 これを使用するのは、例えばあな ...
られてきたデータを復号する場合です。 パラメータ data decrypted_data private_key private_key は、 データの暗号化に ...
, 復号 , private , data , decrypt , key , public , decrypted , encrypt , string ...
-
https://man.plustar.jp/php/function.openssl-private-decrypt.html
- [similar]
- 公開鍵でデータを復号する 12115
- « openssl_private_encrypt openssl_public_encrypt » PHP Manual OpenSSL 関数 公開鍵でデータを復号す
...
明 openssl_public_decrypt ( string $data , string &$decrypted_data , OpenSSLAsymmetricKey | OpenSSLCertificate | ...
ate_encrypt() で暗号化された data を復号し、それを decrypted_data に格納します。 これを使用するのは、例えばメッ ...
有者であるかどうかを調べる場合です。 パラメータ data decrypted_data public_key public_key は、 データの暗号化に使 ...
ata , key , decrypt , private , encrypt , string , decrypted ...
-
https://man.plustar.jp/php/function.openssl-public-decrypt.html
- [similar]
- Decrypts crypttext with given parameters 9239
- « mcrypt_create_iv mcrypt_enc_get_algorithms_name » PHP Manual Mcrypt 関数 Decrypts crypttext wi
...
arning and return false data The data that will be decrypted with the given cipher and mode . If the size of th ...
は警告を発して false を返します。 戻り値 Returns the decrypted data as a string 失敗した場合に false を返します. ...
-
https://man.plustar.jp/php/function.mcrypt-decrypt.html
- [similar]
- 復号のためのシークレットストリームのコンテキストを初期化する 8825
- « sodium_crypto_secretbox sodium_crypto_secretstream_xchacha20poly1305_init_push » PHP Manual So
...
example ); decrypt_file ( 'hello.enc' , 'hello.txt.decrypted' , $key ); var_dump ( file_get_contents ( 'hello.t ...
xt.decrypted' )); ?> 上の例の出力は、 たとえば以下のようになりま ...
-
https://man.plustar.jp/php/function.sodium-crypto-secretstream-xchacha20poly1305...
- [similar]
- Decrypt a value 8268
- « MongoDB\Driver\ClientEncryption::createDataKey MongoDB\Driver\ClientEncryption::encrypt » PHP
...
containing the encrypted value. 戻り値 Returns the decrypted value as it was passed to MongoDB\Driver\ClientEnc ...
-
https://man.plustar.jp/php/mongodb-driver-clientencryption.decrypt.html
- [similar]
- 使用するアルゴリズムおよびモードのモジュールをオープンする 8142
- « mcrypt_module_is_block_mode mcrypt_module_self_test » PHP Manual Mcrypt 関数 使用するアルゴリズ
...
key , $iv ); /* 暗号化された文字列を復号します */ $decrypted = mdecrypt_generic ( $td , $encrypted ); /* 復号ハ ...
ose ( $td ); /* 文字列を表示します */ echo trim ( $decrypted ) . "\n" ; ?> 参考 mcrypt_module_close() - mcrypt ...
-
https://man.plustar.jp/php/function.mcrypt-module-open.html
- [similar]
- S/MIME 暗号化されたメッセージを復号する 7729
- « openssl_pkcs12_read openssl_pkcs7_encrypt » PHP Manual OpenSSL 関数 S/MIME 暗号化されたメッセー
...
暗号化されたメッセージを含むファイル $outfilename = "decrypted.msg" ; // このファイルへの書き込み権限が必要 if ( ...
-
https://man.plustar.jp/php/function.openssl-pkcs7-decrypt.html
- [similar]
- SessionHandler クラス 7172
- « session_write_close SessionHandler::close » PHP Manual Sessions SessionHandler クラス SessionH
...
am data $edata * @param string $password * @return decrypted data */ function decrypt ( $edata , $password ) { ...
-
https://man.plustar.jp/php/class.sessionhandler.html
- [similar]
- 暗号化フィルタ 7172
- « 圧縮フィルタ サポートされるソケットトランスポートのリスト » PHP Manual 利用できるフィルタのリス
...
BC :: decryptFile ( $password , "encrypted.enc" , "decrypted.txt" ); class AES_CBC { protected static $KEY_SIZE ...
-
https://man.plustar.jp/php/filters.encryption.html
- [similar]
PREV
1
NEXT