20 Commits

Author SHA1 Message Date
3b1d210a9c Server now returns if it finds a password like the user requested. 2025-02-27 13:01:48 +00:00
a6a4fbf7ac Removing key has a pointer to be a fixed size. 2025-02-27 12:52:17 +00:00
e9983c77c2 FINNALY FOUND THE ISSUE, "key" needs to be initialized before writing (lol). 2025-02-27 12:48:39 +00:00
14c34f503d Yet another try in fixing the segmentation fault. 2025-02-27 12:42:49 +00:00
09a02b66de More debugging. 2025-02-27 12:39:24 +00:00
b8602107b0 Debugging. 2025-02-27 12:36:35 +00:00
328ad3e832 Another attempt at fixing the segmentation fault previously created. 2025-02-27 12:34:27 +00:00
f5740ec35f Fix segmentation fault do to sprintf problems. 2025-02-27 12:31:08 +00:00
4b618b0be9 Fixed memory leak and error while encrypting. 2025-02-27 12:26:01 +00:00
ec3082c527 Fixed typo. (whopps) 2025-02-27 12:24:06 +00:00
e5b8ef71f8 Implemented method to create passwordFile. 2025-02-27 12:23:19 +00:00
a75b7ca352 Small fix to the size of the pathfile. 2025-02-27 12:06:44 +00:00
707cef94a4 Final connection with client. 2025-02-27 12:02:30 +00:00
7e212a99e6 Added response back to client. 2025-02-27 11:53:03 +00:00
3c4243ddcf Added server requests for clients 2025-02-27 11:19:53 +00:00
33fda52f2d Added server request handeling 2025-02-26 22:55:20 +00:00
2321f67457 Added server address for test 2025-02-26 22:45:20 +00:00
e8bb3db8bf Created socket to connect 2025-02-26 22:26:25 +00:00
e0663bc38b Created socket to connect 2025-02-26 22:25:15 +00:00
9f41258198 Created the server side 2025-02-26 22:19:44 +00:00