blob: c67d81c80076629999a618abd80c7458c7df7b73 [file] [log] [blame]
Rob Landley34b91a92013-11-10 18:20:16 -06001// pending.h - header for pending.c
2
Rob Landley34b91a92013-11-10 18:20:16 -06003// password.c
4#define MAX_SALT_LEN 20 //3 for id, 16 for key, 1 for '\0'
Rob Landley34b91a92013-11-10 18:20:16 -06005int read_password(char * buff, int buflen, char* mesg);
6int update_password(char *filename, char* username, char* encrypted);