hash-function

  • 21Hash chain — In computer security, a hash chain is a method to produce many one time keys from a single key or password. Definition A hash chain is a successive application of a cryptographic hash function h(x) to a string.For example,h(h(h(h(x))))gives a… …

    Wikipedia

  • 22Hash-Algorithmus — Eine Hashfunktion oder Streuwertfunktion ist eine Funktion bzw. Abbildung, die zu einer Eingabe aus einer üblicherweise großen Quellmenge eine Ausgabe, den Hashcode, erzeugt, meist aus einer kleineren Zielmenge. Die Hashwerte beziehungsweise… …

    Deutsch Wikipedia

  • 23Hash-Funktion — Eine Hashfunktion oder Streuwertfunktion ist eine Funktion bzw. Abbildung, die zu einer Eingabe aus einer üblicherweise großen Quellmenge eine Ausgabe, den Hashcode, erzeugt, meist aus einer kleineren Zielmenge. Die Hashwerte beziehungsweise… …

    Deutsch Wikipedia

  • 24Hash-Wert — Eine Hashfunktion oder Streuwertfunktion ist eine Funktion bzw. Abbildung, die zu einer Eingabe aus einer üblicherweise großen Quellmenge eine Ausgabe, den Hashcode, erzeugt, meist aus einer kleineren Zielmenge. Die Hashwerte beziehungsweise… …

    Deutsch Wikipedia

  • 25hash code — noun The code or value generated by a hash function to represent some piece of data. Syn: hash …

    Wiktionary

  • 26hash table —    A method of representing data so that it can be found again very quickly.    A hash table assigns a special index code to each piece of data, and specially designed software uses this code to locate the data, rather than repeating what might… …

    Dictionary of networking

  • 27hash table — noun An associative array implemented as a vector, the indexes into which are the result of applying a hash function to the key …

    Wiktionary

  • 28hash collision — noun The situation where two or more inputs to a hash function produce identical output …

    Wiktionary

  • 29Hash-Baum — Ein binärer Hash Baum In der Kryptographie und Informatik ist ein Hash Baum (engl. hash tree oder merkle tree) eine Datenstruktur, die einen Baum aus Hashwerten von Datenblöcken bildet, beispielsweise von einer Datei. Hash Bäume sind eine… …

    Deutsch Wikipedia

  • 30Hash filter — A hash filter creates a hash sum from data, typically e mail, and compares the sum against other previously defined sums. Depending on the purpose of the filter, the data can then be included or excluded in a function based on whether it matches… …

    Wikipedia