diff options
Diffstat (limited to 'implementation.h')
-rw-r--r-- | implementation.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/implementation.h b/implementation.h new file mode 100644 index 0000000..cb0b401 --- /dev/null +++ b/implementation.h @@ -0,0 +1,13 @@ +#ifndef IMPLEMENTATION_H +#define IMPLEMENTATION_H + +char* getPassword(char *path, char *password, int maxlen); +void nonvisibleEnter(int status); +void insertPass(char *add_path, char *password); +char *typePass(char *text, char *dest, int minlen, int maxlen); +int userEnterPassword(int minlen, int maxlen, char *path_insert); +char *generatePassword(char *dest, int amount, int max_len); +unsigned long hash(char *str); +int getAnswer(char *text); + +#endif
\ No newline at end of file |