検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 46 for enc (0.016 sec.)
指定した暗号のキーの長さを得る 6666
« mcrypt_get_iv_size mcrypt_list_algorithms » PHP Manual Mcrypt 関数 指定した暗号のキーの長さを得 ... 指定した キーの長さを得るために使用されます。 mcrypt_enc_get_key_size() 関数を使用するほうが より有用です。 ... size() - 指定した暗号のブロックサイズを得る mcrypt_enc_get_key_size() - オープンされたモードでサポートされ ... る最大キー長を返す mcrypt_encrypt() - 指定したパラメータでプレーンテキストを暗号 ...
https://man.plustar.jp/php/function.mcrypt-get-key-size.html - [similar]
復号のためのシークレットストリームのコンテキストを初期化する 6666
« 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 en ... 8da36a668e802cfea2c' ); file_put_contents ( 'hello.enc' , $example ); decrypt_file ( 'hello.enc' , 'hello ...
https://man.plustar.jp/php/function.sodium-crypto-secretstream-xchacha20poly1305... - [similar]
データを復号する 6575
« mcrypt_module_self_test Mhash » PHP Manual Mcrypt 関数 データを復号する mdecrypt_generic (PHP ... , 'ecb' , '' ); $key = substr ( $key , 0 , mcrypt_enc_get_key_size ( $td )); $iv_size = mcrypt_enc_get_i ...
https://man.plustar.jp/php/function.mdecrypt-generic.html - [similar]
S/MIME メッセージを暗号化する 6575
« 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_ ... pkcs7_encrypt — S/MIME メッセージを暗号化する 説明 openssl_p ... kcs7_encrypt ( string $input_filename , string $output_file ... = OPENSSL_CIPHER_AES_128_CBC ): bool openssl_pkcs7_encrypt() は、 input_filename という名前のファイルの内 ...
https://man.plustar.jp/php/function.openssl-pkcs7-encrypt.html - [similar]
使用するアルゴリズムおよびモードのモジュールをオープンする 6422
« mcrypt_module_is_block_mode mcrypt_module_self_test » PHP Manual Mcrypt 関数 使用するアルゴリズ ... ND を使用します */ $iv = mcrypt_create_iv ( mcrypt_enc_get_iv_size ( $td ), MCRYPT_DEV_RANDOM ); $ks = mc ... rypt_enc_get_key_size ( $td ); /* キーを作成します */ $key ... ( $td , $key , $iv ); /* データを暗号化します */ $encrypted = mcrypt_generic ( $td , 'This is very impor ... 復号します */ $decrypted = mdecrypt_generic ( $td , $encrypted ); /* 復号ハンドルを終了し、モジュールを閉じ ...
https://man.plustar.jp/php/function.mcrypt-module-open.html - [similar]
定義済み定数 6422
« リソース型 SOAP 関数 » PHP Manual SOAP 定義済み定数 定義済み定数 以下の定数が定義されています。 ... す際、SOAP 1.2 を使うように指定します。 SOAP_PERSISTENCE_SESSION ( int ) 1 SOAP_PERSISTENCE_REQUEST ( int ... ) 2 SOAP_FUNCTIONS_ALL ( int ) 999 SOAP_ENCODED ( int ) 1 use オプションを SoapClient::__const ... の一部を SoapClient::__construct() に渡す際、"Accept-Encoding" を使うことを指定します。 SOAP_COMPRESSION_GZ ... XSD_ANYXML ( int ) 147 APACHE_MAP ( int ) 200 SOAP_ENC_OBJECT ( int ) 301 SOAP_ENC_ARRAY ( int ) 300 XSD_ ...
https://man.plustar.jp/php/soap.constants.html - [similar]
その他の変更 6377
« 推奨されなくなる機能 PHP 7.3.x から PHP 7.4.x への移行 » PHP Manual PHP 7.4.x から PHP 8.0.x へ ... なりました: flags comp_method comp_flags env_method enc_password ZipArchive::addEmptyDir() , ZipArchive::a ... れによって、名前のエンコーディング ( ZipArchive::FL_ENC_* ) とエントリの置換 ( ZipArchive::FL_OVERWRITE ) ... sable ではなく) IteratorAggregate を実装しました。 Enchant enchant 拡張機能は、利用可能な場合は、デフォル ... トで libenchant-2 を使うようになりました。 libenchant バージョ ...
https://man.plustar.jp/php/migration80.other-changes.html - [similar]
Decrypts crypttext with given parameters 6331
« mcrypt_create_iv mcrypt_enc_get_algorithms_name » PHP Manual Mcrypt 関数 Decrypts crypttext wi ... string | false Decrypts the data and returns the unencrypted data. パラメータ cipher MCRYPT_暗号名 定数の ... あらわす文字列。 key The key with which the data was encrypted. If the provided key size is not supported b ... e data The data that will be decrypted with the given cipher and mode . If the size of the data is not n ... tring 失敗した場合に false を返します. 参考 mcrypt_encrypt() - 指定したパラメータでプレーンテキストを暗号 ...
https://man.plustar.jp/php/function.mcrypt-decrypt.html - [similar]
SoapVar コンストラクタ 6331
« SoapVar Yar » PHP Manual SoapVar SoapVar コンストラクタ SoapVar::__construct (PHP 5, PHP 7, PH ... public SoapVar::__construct ( mixed $data , ? int $encoding , ? string $typeName = null , ? string $typeN ... 生成します。 パラメータ data 渡すもしくは返すデータ encoding エンコーディング ID。 XSD_... 定数のうちの一つ ... .325 ); $soapstruct = new SoapVar ( $struct , SOAP_ENC_OBJECT , "SOAPStruct" , "http://soapinterop.org/xs ...
https://man.plustar.jp/php/soapvar.construct.html - [similar]
ZipArchive クラス 6285
« 例 ZipArchive::addEmptyDir » PHP Manual Zip ZipArchive クラス ZipArchive クラス (PHP 5 >= 5.2. ... isCompressionMethodSupported ( int $method , bool $enc = true ): bool public static isEncryptionMethodSup ... ported ( int $method , bool $enc = true ): bool public locateName ( string $name , ... int $method , int $compflags = 0 ): bool public setEncryptionIndex ( int $index , int $method , ? string ... $password = null ): bool public setEncryptionName ( string $name , int $method , ? string ...
https://man.plustar.jp/php/class.ziparchive.html - [similar]
PREV 1 2 3 4 5 NEXT