int main () { char *salt = "uv"; char *pass = "abcdef"; printf("%s\n", crypt(pass, salt)); }