Skip to content
Jurek Muszyński edited this page May 14, 2019 · 1 revision

char *md5(const char* str)

Description

Generates string's MD5 hash.

Returns

Returns pointer to 32-character-long (+ terminating zero) static string.

Example

Clone this wiki locally