hash – -Translation – Keybot Dictionary

Spacer TTN Translation Network TTN TTN Login Deutsch Français Spacer Help
Source Languages Target Languages
Keybot 459 Results  fabcafe.com  Page 3
  PHP: Cairo - Manual  
CairoFontOptions::hash — The hash purpose
CairoFontOptions::hash — Le but de hash
CairoFontOptions::hash — El propósito de 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: 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: 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: Runtime Configurat...  
memcached.sess_consistent_hash
memcached.sess_locking
  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: Data Structures - ...  
Ds\Hashable::hash — Returns a scalar value to be used as a hash value
Ds\Hashable::hash — Возвращает скалярное значение для использования в качестве значения хеша
  PHP: Data Structures - ...  
Ds\Hashable::hash — Returns a scalar value to be used as a hash value
Ds\Hashable::hash — Возвращает скалярное значение для использования в качестве значения хеша
  PHP: Other Services - M...  
chdb — Constant hash database
chdb — Base de données de hachage constante
chdb — Хеш-база данных констант (CHDB)
  PHP: Fleshing out your ...  
A hash table containing error codes and messages.
エラーコードおよびメッセージを含むハッシュテーブル。
  PHP: Cairo - Manual  
cairo_font_options_hash — Description
cairo_font_options_hash — Descripción
  PHP: Cairo - Manual  
CairoFontOptions::hash — The hash purpose
CairoFontOptions::hash — Le but de hash
CairoFontOptions::hash — El propósito de hash
  PHP: New features - Man...  
hash_equals() for timing attack safe string comparison
hash_equals() для предотвращение атак по времени при сравнении строк
使用 hash_equals() 比较字符串避免时序攻击
  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: 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: hash_file - Manual  
string hash_file ( string
hash_file — ファイルの内容から、ハッシュ値を生成する
  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: hash_file - Manual  
Example #1 Using hash_file()
例1 hash_file() の使用例
Пример #1 Использование hash_file()
Örnek 1 - hash_file() örneği
  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: 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
暗号
  PHP: hash_file - Manual  
hash_final »
Focus search box
Руководство по PHP
  PHP: hash_file - Manual  
/* Create a file to calculate hash of */
/* ハッシュ値を計算するファイルを作成します */
/* Создаем файл, чтобы вычислить его хеш */
/* Özeti hesaplanacak dosyayı oluşturalım */
  PHP: hash_file - Manual  
(PHP 5 >= 5.1.2, PHP 7, PECL hash >= 1.1)
string hash_file ( string
string hash_file ( string
  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
Edit Report a Bug
Описание
Açıklama
  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_hmac_file() - Generate a keyed hash value using the HMAC method and the contents of a given file
hash_hmac_file() - HMAC 方式を使用して、指定されたファイルの内容からハッシュ値を生成する
hash_hmac_file() - Генерация хеш-кода на основе ключа, используя метод HMAC и содержимое полученного файла
hash_hmac_file() - Bir dosyanın içeriğinden HMAC yöntemini kullanarak bir anahtarlı ileti özeti üretir
  PHP: hash_file - Manual  
hash() - Generate a hash value (message digest)
hash() - ハッシュ値 (メッセージダイジェスト) を生成する
hash() - Генерирует хеш-код (дайджест сообщения)
hash() - Bir ileti özeti üretir
  PHP: hash_file - Manual  
sha1_file() - Calculate the sha1 hash of a file
sha1_file() - ファイルの sha1 ハッシュを計算する
sha1_file() - Возвращает SHA1-хеш файла
sha1_file() - Bir dosyanın sha1 özetini hesaplar
  PHP: hash_file - Manual  
hash_hmac_file() - Generate a keyed hash value using the HMAC method and the contents of a given file
hash_hmac_file() - HMAC 方式を使用して、指定されたファイルの内容からハッシュ値を生成する
hash_hmac_file() - Генерация хеш-кода на основе ключа, используя метод HMAC и содержимое полученного файла
hash_hmac_file() - Bir dosyanın içeriğinden HMAC yöntemini kullanarak bir anahtarlı ileti özeti üretir
  PHP: hash_file - Manual  
md5_file() - Calculates the md5 hash of a given file
md5_file() - 指定したファイルのMD5ハッシュ値を計算する
md5_file() - Возвращает MD5-хеш файла
md5_file() - Belirtilen dosyanın md5 özetini hesaplar
  PHP: Runtime Configurat...  
uses the standard CRC32 hash while
标明使用标准CRC32进行hash,
  PHP: hash_file - Manual  
hash() - Generate a hash value (message digest)
hash() - ハッシュ値 (メッセージダイジェスト) を生成する
hash() - Генерирует хеш-код (дайджест сообщения)
hash() - Bir ileti özeti üretir
  PHP: hash - Manual  
hash_hmac() - Generate a keyed hash value using the HMAC method
hash_hmac() - Генерация хеш-кода на основе ключа, используя метод HMAC
  PHP: hash - Manual  
Example #1 A hash() example
Пример #1 Пример использования hash()
  PHP: hash - Manual  
Hash Functions
Change language:
  PHP: hash - Manual  
« hash_update
Руководство по PHP
  PHP: hash - Manual  
echo hash('ripemd160', 'The quick brown fox jumped over the lazy dog.');
echo hash('ripemd160', 'Наглый коричневый лисёнок прыгает вокруг ленивой собаки.');
  PHP: sha1_file - Manual  
sha1() - Calculate the sha1 hash of a string
sha1() - Calcule le sha1 d'une chaîne de caractères
  PHP: sha1_file - Manual  
The filename of the file to hash.
Le nom du fichier à hasher.
  PHP: hash - Manual  
hash_hmac() - Generate a keyed hash value using the HMAC method
hash_hmac() - Генерация хеш-кода на основе ключа, используя метод HMAC
  PHP: sha1_file - Manual  
md5_file() - Calculates the md5 hash of a given file
md5_file() - Calcule le md5 d'un fichier
  PHP: hash - Manual  
(PHP 5 >= 5.1.2, PHP 7, PECL hash >= 1.1)
hash — Генерирует хеш-код (дайджест сообщения)
  PHP: hash - Manual  
hash_file() - Generate a hash value using the contents of a given file
hash_file() - Генерация хеш-значения, используя содержимое заданного файла
  PHP: hash - Manual  
sha1() - Calculate the sha1 hash of a string
sha1() - Возвращает SHA1-хеш строки
  PHP: sha1_file - Manual  
using the » US Secure Hash Algorithm 1, and returns that hash. The hash is a 40-character hexadecimal number.
, puis retourne ce sha1. Le sha1 est un nombre hexadécimal de 40 caractères.
  PHP: hash - Manual  
md5() - Calculate the md5 hash of a string
md5() - Возвращает MD5-хеш строки
  PHP: hash - Manual  
hash_file() - Generate a hash value using the contents of a given file
hash_file() - Генерация хеш-значения, используя содержимое заданного файла
Arrow 1 2 3 4 5 6 7 8 9 10 Arrow