hash

Die hash-Bibliothek ermöglicht die flexible Verarbeitung von zahlreichen Hash-Algorithmen.

string hash(string algo, string data[, bool raw_output = false]) 5.1.2

Erzeugt einen Hash eines Strings.

array hash_algos(void) 5.1.2

Gibt eine Liste von verfügbaren Hash-Algorithmen zurück.

string hash_file(string algo, string filename[, bool raw_output = false]) 5.1.2

Erzeugt einen Hash-Wert einer Datei.

string hash_final(resource context[, bool raw_output=false]) 5.1.2

Beendet einen inkrementellen Hash-Wert und gibt eine Übersicht der Werte zurück.

string hash_hmac(string algo, string data, string key[, bool raw_output = false]) 5.1.2

Erzeugt einen Hash-Wert eines Strings mit HMAC-Algorithmus.

string hash_hmac_file(string algo, string filename, string ...

Get PHP: kurz & gut now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.