検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 29 for crypt (0.060 sec.)
パスワードがハッシュにマッチするかどうかを調べる 7896
« password_needs_rehash Sodium » PHP Manual Password Hashing 関数 パスワードがハッシュにマッチす ... マッチするかどうかを調べます。 password_verify() は crypt() と互換性があるので、 crypt() が作ったパスワードハ ... assword_hash() の例を参照ください $hash = '$2y$07$BCryptRequires22Chrcte/VlQH0piJtjXl.0t1XkA8pw9dMXTpOq' ; ... ワードハッシュを作る » ユーザーランドでの実装 sodium_crypto_pwhash_str_verify() - パスワードが、ハッシュ値と一 ...
https://man.plustar.jp/php/function.password-verify.html - [similar]
SSH サーバーに接続する 7896
« ssh2_auth_pubkey_file ssh2_disconnect » PHP Manual SSH2 関数 SSH サーバーに接続する ssh2_conne ... 全てを含む連想配列 インデックス 意味 サポートする値* crypt 通知する暗号化メソッドのリスト。 優先する順にカンマ ... llman-group1-sha1' , 'client_to_server' => array( 'crypt' => '3des-cbc' , 'comp' => 'none' ), 'server_to_cl ... ient' => array( 'crypt' => 'aes256-cbc,aes192-cbc,aes128-cbc' , 'comp' => ...
https://man.plustar.jp/php/function.ssh2-connect.html - [similar]
変更された関数 7896
« PHP 5.6.x で推奨されなくなる機能 新しい関数 » PHP Manual PHP 5.5.x から PHP 5.6.x への移行 変更 ... された関数 変更された関数 PHP コア crypt() で、 salt パラメータを省略したときに E_NOTICE が ... ました。 かわりに CURLFile を使うようにしましょう。 Mcrypt mcrypt_create_iv() の source パラメータのデフォルト ... が、 MCRYPT_DEV_RANDOM から MCRYPT_DEV_URANDOM に変わりました。 ... OpenSSL stream_socket_enable_crypto() で、 crypto_type パラメータをオプションにするこ ...
https://man.plustar.jp/php/migration56.changed-functions.html - [similar]
パスワードハッシュを作る 7831
« password_get_info password_needs_rehash » PHP Manual Password Hashing 関数 パスワードハッシュを ... のアルゴリズムに対応しています。 PASSWORD_DEFAULT - bcrypt アルゴリズムを使います (PHP 5.5.0 の時点でのデフォ ... めします (255 文字くらいが適切でしょう)。 PASSWORD_BCRYPT - CRYPT_BLOWFISH アルゴリズムを使ってハッシュを作り ... ます。これは標準の crypt() 互換のハッシュで、識別子 "$2y$" を使った場合の結 ... にしてコンパイルした場合のみ利用できます。 PASSWORD_BCRYPT がサポートするオプション: salt ( string ) - パスワ ...
https://man.plustar.jp/php/function.password-hash.html - [similar]
Mcrypt 暗号 7733
« 定義済み定数 Mcrypt 関数 » PHP Manual Mcrypt Mcrypt 暗号 Mcrypt 暗号 以下に、mcrypt 拡張モジュ ... ます。サポートされる暗号の完全なリストについては、 mcrypt.h の最後にある define を参照ください。 mcrypt-2.2. ... x API に関する一般的な規則は、 MCRYPT_暗号名で PHP から暗号をアクセス可能であるということ ... です。 mcrypt-2.4.x および mcrypt-2.5.x の API についてもこれらの ... 定数は 使用できますが、 mcrypt_module_open() を コールする際に文字列で暗号名を指定 ...
https://man.plustar.jp/php/mcrypt.ciphers.html - [similar]
Create new MongoDB Manager 7684
« MongoDB\Driver\Manager::addSubscriber MongoDB\Driver\Manager::createClientEncryption » PHP Man ... tlsCertificateKeyFilePassword string Password to decrypt the client private key (i.e. "tlsCertificateKeyFil ... r the "tlsAllowInvalidHostnames" URI option. autoEncryption array Provides options to enable automatic clie ... nt-side field level encryption. 注意 : Automatic encryption is an enterprise-o ... applies to operations on a collection. Automatic encryption is not supported for operations on a database o ...
https://man.plustar.jp/php/mongodb-driver-manager.construct.html - [similar]
要件 7537
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 ここで示す関数は、 ... » mcrypt を 使用して動作します。この拡張モジュールを使用する ... には、 » http://mcrypt.sourceforge.net/ から libmcrypt-x.x.tar.gz をダウン ... まれているインストール用の指示に従ってください。 libmcrypt のバージョン 2.5.6 以降が必要です。 Windows ユーザ ... ラリを使います。 PHP 5.3 の Windows 版バイナリには MCrypt ライブラリがスタティックに組み込まれているので、 D ...
https://man.plustar.jp/php/mcrypt.requirements.html - [similar]
文字列の sha1 ハッシュを計算する 7488
« sha1_file similar_text » PHP Manual String 関数 文字列の sha1 ハッシュを計算する sha1 (PHP 4 > ... ) - ハッシュ値 (メッセージダイジェスト) を生成する crypt() - 文字列の一方向のハッシュ化を行う password_hash ...
https://man.plustar.jp/php/function.sha1.html - [similar]
文字列のmd5ハッシュ値を計算する 7439
« md5_file metaphone » PHP Manual String 関数 文字列のmd5ハッシュ値を計算する md5 (PHP 4, PHP 5, ... ) - ハッシュ値 (メッセージダイジェスト) を生成する crypt() - 文字列の一方向のハッシュ化を行う password_hash ...
https://man.plustar.jp/php/function.md5.html - [similar]
疑似ランダムなバイト文字列を生成する 7391
« openssl_public_encrypt openssl_seal » PHP Manual OpenSSL 関数 疑似ランダムなバイト文字列を生成 ... る bin2hex() - バイナリのデータを16進表現に変換する crypt() - 文字列の一方向のハッシュ化を行う mt_rand() - メ ...
https://man.plustar.jp/php/function.openssl-random-pseudo-bytes.html - [similar]
PREV 1 2 3 NEXT