hash – Übersetzung – Keybot-Wörterbuch

Spacer TTN Translation Network TTN TTN Login Français English Spacer Help
Ausgangssprachen Zielsprachen
Keybot 459 Ergebnisse  fabcafe.com
  PHP: Data Structures - ...  
Ds\Hashable::hash — Returns a scalar value to be used as a hash value
Ds\Hashable::hash — Возвращает скалярное значение для использования в качестве значения хеша
  PHP: mysqlnd_qc_get_cac...  
property holds a hash. The hash is indexed by the internal cache entry identifier of the storage handler. The cache entry identifier is human-readable and contains the query string leading to the cache entry.
contient un hashage. Ce hashage est indexé par l'identifiant de l'entrée du cache interne du gestionnaire de stockage. L'identifiant de l'entrée du cache est humainement lisible et contient la chaîne de requête correspondante à l'entrée du cache. Reportez-vous à l'exemple ci-dessous. Les données suivantes sont fournies pour chaque entrée du cache.
contiene un hash. El hash es indexado por el identificador interno de entradas de la caché del gestor de almacenamiento. El identificador de entradas de la caché es legible por los humanos y contiene la cadena de consulta que dirige la entrada de la caché. Por favor, véase también el ejemplo de abajo. Se proporcionan los siguientes datos para cada entrada de la caché.
  PHP: Other Services - M...  
chdb — Constant hash database
chdb — Base de données de hachage constante
chdb — Хеш-база данных констант (CHDB)
  PHP: RADIUS Attribute T...  
The attribute value is expected to be a string with the first byte containing the CHAP identifier, and the subsequent 16 bytes containing the MD5 hash of the CHAP identifier, the plaintext password and the CHAP challenge value concatenated together.
L'attribut Chap-Password. La valeur de l'attribut doit être une chaîne contenant le premier octet (qui est l'identifiant CHAP), puis la sous une sous-séquence de 16 octets contenant le hash MD5 de l'identifiant CHAP, le mot de passe en clair, et la valeur du challenge CHAP, le tout, concaténés. Notez que la valeur du challenge CHAP doit aussi être envoyé séparément dans l'attribut
  PHP: New features - Man...  
hash algorithm has been added. This implements the GOST hash function using the CryptoPro S-box tables as specified by » RFC 4357, section 11.2.
. Он реализует функцию хеширования GOST, используемую в таблицах CryptoPro S-box, определенных в » RFC 4357, секция 11.2.
  PHP: New features - Man...  
hash algorithm has been added. This implements the GOST hash function using the CryptoPro S-box tables as specified by » RFC 4357, section 11.2.
. Он реализует функцию хеширования GOST, используемую в таблицах CryptoPro S-box, определенных в » RFC 4357, секция 11.2.
  PHP: New features - Man...  
hash_equals() for timing attack safe string comparison
hash_equals() для предотвращение атак по времени при сравнении строк
使用 hash_equals() 比较字符串避免时序攻击
  PHP: mysqlnd_qc_get_cac...  
property holds a hash. The hash is indexed by the internal cache entry identifier of the storage handler. The cache entry identifier is human-readable and contains the query string leading to the cache entry.
contient un hashage. Ce hashage est indexé par l'identifiant de l'entrée du cache interne du gestionnaire de stockage. L'identifiant de l'entrée du cache est humainement lisible et contient la chaîne de requête correspondante à l'entrée du cache. Reportez-vous à l'exemple ci-dessous. Les données suivantes sont fournies pour chaque entrée du cache.
contiene un hash. El hash es indexado por el identificador interno de entradas de la caché del gestor de almacenamiento. El identificador de entradas de la caché es legible por los humanos y contiene la cadena de consulta que dirige la entrada de la caché. Por favor, véase también el ejemplo de abajo. Se proporcionan los siguientes datos para cada entrada de la caché.
  PHP: New features - Man...  
gost-crypto hash algorithm
Алгоритм хеширования gost-crypto
gost-crypto 散列算法
  PHP: Cairo - Manual  
CairoFontOptions::hash — The hash purpose
CairoFontOptions::hash — Le but de hash
CairoFontOptions::hash — El propósito de hash
  PHP: Cairo - Manual  
CairoFontOptions::hash — The hash purpose
CairoFontOptions::hash — Le but de hash
CairoFontOptions::hash — El propósito de hash
  PHP: Runtime Configurat...  
memcached.sess_consistent_hash
memcached.sess_locking
  PHP: Fleshing out your ...  
A hash table containing error codes and messages.
エラーコードおよびメッセージを含むハッシュテーブル。
  PHP: dba_open - Manual  
for create, truncate and read/write access. The database is created in BTree mode, other modes (like Hash or Queue) are not supported.
для создания, обрезания и доступа для чтения/записи. База данных создается с архитектурой BTree, другие архитектуры (вроде Hash или Queue) не поддерживаются.
  PHP: Data Structures - ...  
Ds\Hashable::hash — Returns a scalar value to be used as a hash value
Ds\Hashable::hash — Возвращает скалярное значение для использования в качестве значения хеша
  PHP: Cairo - Manual  
cairo_font_options_hash — Description
cairo_font_options_hash — Descripción
  PHP: Backward incompati...  
The Mhash extension has been fully integrated into the Hash extension. Therefore, it is no longer possible to detect Mhash support with extension_loaded(); use function_exists() instead. Furthermore, Mhash is no longer reported by get_loaded_extensions() and related features.
Расширение Mhash полностью интегрировано в расширение Hash. Таким образом, теперь нельзя определить доступность поддержки Mhash с помощью функции extension_loaded(); вместо нее используйте function_exists(). Кроме того, Mhash больше не будет выводить с помощью get_loaded_extensions() и подобных функций.
  PHP: hash_file - Manual  
Example #1 Using hash_file()
例1 hash_file() の使用例
Пример #1 Использование hash_file()
Örnek 1 - hash_file() örneği
  PHP: hash_file - Manual  
string hash_file ( string
hash_file — ファイルの内容から、ハッシュ値を生成する
  PHP: hash_file - Manual  
« hash_equals
hash_final »
Справочник функций
Şifresel Eklentiler
  PHP: parse_ini_file - M...  
parameter. Single quotes may now be used around variable assignments. Hash marks (
wurde hinzugefügt. Einfache Anführungszeichen können nun um Variablenzuordnungen herum verwendet werden. Rautezeichen (
  PHP: New features - Man...  
The hash_equals() function has been added to compare two strings in constant time. This should be used to mitigate timing attacks; for instance, when testing crypt() password hashes (assuming that you are unable to use password_hash() and password_verify(), which aren't susceptible to timing attacks).
Была добавлена функция hash_equals() для сравнения двух строк за постоянное время. Это должно помочь избежать атак по времени; для экземпляров, во время тестирования хеширования паролей функцией crypt() (при условии, что вы не можете использовать password_hash() и password_verify(), которые не подвержены атакам по времени).
  PHP: New features - Man...  
The hash_equals() function has been added to compare two strings in constant time. This should be used to mitigate timing attacks; for instance, when testing crypt() password hashes (assuming that you are unable to use password_hash() and password_verify(), which aren't susceptible to timing attacks).
Была добавлена функция hash_equals() для сравнения двух строк за постоянное время. Это должно помочь избежать атак по времени; для экземпляров, во время тестирования хеширования паролей функцией crypt() (при условии, что вы не можете использовать password_hash() и password_verify(), которые не подвержены атакам по времени).
  PHP: parse_ini_file - M...  
Hash marks (
Das Raute-Symbol (
  PHP: hash_file - Manual  
Hash Functions
Hash
Edit Report a Bug
  PHP: hash_file - Manual  
hash_file — Generate a hash value using the contents of a given file
(PHP 5 >= 5.1.2, PHP 7, PECL hash >= 1.1)
  PHP: hash_file - Manual  
hash_update_file() - Pump data into an active hashing context from a file
hash_update_file() - アクティブなハッシュコンテキストに、ファイルからデータを投入する
hash_update_file() - Добавляет данные из файла в активный контекст хеширования
hash_update_file() - Veriyi bir dosyadan etkin bir özetleme bağlamına dahil eder
  PHP: hash_file - Manual  
hash_file — Generate a hash value using the contents of a given file
(PHP 5 >= 5.1.2, PHP 7, PECL hash >= 1.1)
  PHP: hash_file - Manual  
Hash
暗号
  PHP: hash_file - Manual  
/* Create a file to calculate hash of */
/* ハッシュ値を計算するファイルを作成します */
/* Создаем файл, чтобы вычислить его хеш */
/* Özeti hesaplanacak dosyayı oluşturalım */
1 2 3 4 5 6 7 8 9 10 Arrow