CRYPT my_string C API CRYPT
NAME
CRYPT - One-way string encryption (hashing)
SYNOPSIS
#include <my_string.h>
char *Crypt(char *str);
DESCRIPTION
The Crypt() function will return an encrypted string using the
standard Unix DES-based encryption algorithm. The salt is generated
randomly.
Note: Don't try to free the returned pointer! Memory
is freed/allocated automatically each time the function is
executed.
AUTHOR
Boulat Khakimov
SEE ALSO
Chop, Ltrim, Rtrim, Trim, Str_Repeat, Str_Replace, Str_Rot13, Stristr
Strrev, Strtolower, Strtoupper, Substr_count,
July 07, 2002