crypt(将密码或数据编码)
#include <crypt.h> char *crypt(const char *phrase, const char *setting);
getpass(取得一密码输入)
#include <unistd.h> char *getpass(const char *prompt);
crypt(将密码或数据编码)
#include <crypt.h> char *crypt(const char *phrase, const char *setting);
getpass(取得一密码输入)
#include <unistd.h> char *getpass(const char *prompt);