02 2025 档案
摘要:typedef struct { char algo[4]; char salt[65]; char hash_pwd[192]; } pwd_info; void split_string(char *input, char delimiter, pwd_info* res) { char *st
阅读全文
摘要:main.h #include <stdio.h> #include <termios.h> #include <unistd.h> #include <string.h> typedef enum { NOT_INIT, INIT_PWD_FIRST, INIT_PWD_SECOND, INIT_
阅读全文