#include "strutils.h"
#include <crypt.h>
#include <unistd.h>
#include <stdlib.h>
Go to the source code of this file.
Functions | |
WvString | passwd_crypt (const char *str) |
Similar to crypt(), but this randomly selects its own salt. |
|
Similar to crypt(), but this randomly selects its own salt. This function is defined in strcrypt.cc. Definition at line 7 of file strcrypt.cc. |