The password encryption function. Format #include <unistd.h> #include <stdlib.h> char *crypt (const char *key, const char *salt;)