×
日本語のページを検索
  • すべての言語
  • 日本語のページを検索
すべての結果
もしかして: crypto auth.php
crypt() 文字列のハッシュを返します。 Unix 標準の DES ベースのアルゴリズムか、 代替のアルゴリズムを使用します。 password_verify() は crypt() と互換性がある ...
含まれない: auth. | 必須にする:auth.
<?xml version="1.0" encoding="utf-8"?> ... 指定されたメッセージと鍵に対応した認証タグが有効かどうかを検証します。 ... 自分たちのメッセージを認証することもできます。
対称鍵によるメッセージ認証を行います。 sodium_crypto_auth() は完全性は提供しますが、機密性は提供しません。 (sodium_crypto_sign_detached() のような) 電子署名 ...
This solution is an obfuscation that can be used to secure information such as passphrases used by Bamboo to access its local keystores and other secrets.
Crypt クラス. The Crypt class allows encrypt or decrypt a string. The Crypt class is also used internally by for example the Fuel Sessions class.
Hi Folks! Im using Moodle 3.6.1 with PHP 7.2 with external database auth plugin enabled to authenticate with Oracle database.
実行している間に known_string の内容を漏らすことなく、 ふたつの文字列が等しいかどうかを調べます。 この関数は、タイミング攻撃を緩和する目的で使えます。
2011/09/05 · PHP 5.3.7のcrypt関数に重大なセキュリティ上の問題が発見されました。この問題は大きく報道されているのでご存知の方も多いと思います。
関連する質問
The Horde_Crypt package class provides an API for various cryptographic systems. This package is part of Horde, a web application Framework written in PHP with ...
Crypt クラス. Crypt クラスにより文字列を暗号化や複号が可能になります。例えば、Sessions クラスにおいても Crypt クラスが内部で使用されています。