検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 63 for secret (0.040 sec.)
HMAC 方式を使用してハッシュ値を生成する 6208
« hash_hmac_file hash_init » PHP Manual Hash 関数 HMAC 方式を使用してハッシュ値を生成する hash_h ... 'The quick brown fox jumped over the lazy dog.' , 'secret' ); ?> 上の例の出力は以下となります。 b8e7ae12510b ...
https://man.plustar.jp/php/function.hash-hmac.html - [similar]
LDAP ディレクトリにエントリを付加する 6208
« ldap_add_ext ldap_bind_ext » PHP Manual LDAP 関数 LDAP ディレクトリにエントリを付加する ldap_a ... ldap_bind ( $ds , "cn=root, o=My Company, c=US" , "secret" ); // データを準備する $info [ "cn" ] = "John Jon ...
https://man.plustar.jp/php/function.ldap-add.html - [similar]
署名済みの公開鍵とチャレンジに関連するチャレンジをエクスポートする 6208
« openssl_sign openssl_spki_export » PHP Manual OpenSSL 関数 署名済みの公開鍵とチャレンジに関連す ... ULL になります。 <?php $pkey = openssl_pkey_new ( 'secret password' ); $spkac = openssl_spki_new ( $pkey , ' ...
https://man.plustar.jp/php/function.openssl-spki-export-challenge.html - [similar]
署名済みの公開鍵とチャレンジから、有効なPEMフォーマットの公開鍵をエクスポートす... 6208
« openssl_spki_export_challenge openssl_spki_new » PHP Manual OpenSSL 関数 署名済みの公開鍵とチャ ... ULL になります。 <?php $pkey = openssl_pkey_new ( 'secret password' ); $spkac = openssl_spki_new ( $pkey , ' ...
https://man.plustar.jp/php/function.openssl-spki-export.html - [similar]
現在認証済みの公開鍵の一覧を表示する 6208
« ssh2_publickey_init ssh2_publickey_remove » PHP Manual SSH2 関数 現在認証済みの公開鍵の一覧を表 ... om' , 22 ); ssh2_auth_password ( $ssh2 , 'jdoe' , 'secret' ); $pkey = ssh2_publickey_init ( $ssh2 ); $list = ...
https://man.plustar.jp/php/function.ssh2-publickey-list.html - [similar]
拡張されたオペレーションを実行する 6136
« ldap_exop_whoami ldap_explode_dn » PHP Manual LDAP 関数 拡張されたオペレーションを実行する lda ... ldap_bind ( $ds , "cn=root, o=My Company, c=US" , "secret" ); if (! $bind ) { echo "Unable to bind to LDAP s ...
https://man.plustar.jp/php/function.ldap-exop.html - [similar]
S/MIME メッセージを暗号化する 6136
« openssl_pkcs7_decrypt openssl_pkcs7_read » PHP Manual OpenSSL 関数 S/MIME メッセージを暗号化す ... に // 有しています。 $data = <<<EOD Nighthawk, Top secret, for your eyes only! The enemy is closing in! Meet ...
https://man.plustar.jp/php/function.openssl-pkcs7-encrypt.html - [similar]
署名された公開鍵とチャレンジを新規に作成する 6136
« openssl_spki_export openssl_spki_verify » PHP Manual OpenSSL 関数 署名された公開鍵とチャレンジ ... 新規に作成します。 <?php $pkey = openssl_pkey_new ( 'secret password' ); $spkac = openssl_spki_new ( $pkey , ' ...
https://man.plustar.jp/php/function.openssl-spki-new.html - [similar]
接続済みのソケットについて暗号化の on/off を切り替える 6136
« stream_socket_client stream_socket_get_name » PHP Manual ストリーム 関数 接続済みのソケットにつ ... ite ( $fp , "USER god\r\n" ); fwrite ( $fp , "PASS secret\r\n" ); /* それ以外では暗号化を無効にします */ str ...
https://man.plustar.jp/php/function.stream-socket-enable-crypto.html - [similar]
Yaf_Config_Ini クラス 6078
« Yaf_Config_Abstract::toArray Yaf_Config_Ini::__construct » PHP Manual Yaf Yaf_Config_Ini クラス ... arams.username = dbuser database.params.password = secret database.params.dbname = dbname ; Staging site con ... s.username = devuser database.params.password = devsecret <?php $config = new Yaf_Config_Ini ( '/path/to/con ...
https://man.plustar.jp/php/class.yaf-config-ini.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT