DES_crypt
hash = DES_crypt(passwd, *salt_p);
char *DES_crypt(const char *buf,const char *salt);
# define crypt DES_crypt