Pure C client for PurritoBin and other networking projects
Go to file
Érico Rolim f13c0c2e3e Add decryption for recv.
A few fixes and hacks all around, but can now do:

  ./purr -e recv (./purr -e send makefile)

And output the original page.
2020-09-13 20:17:58 -03:00
extern/libbaseencode Add decryption for recv. 2020-09-13 20:17:58 -03:00
.gitignore Add external libbaseencode. 2020-09-13 01:06:29 -03:00
comm.c Move to mmap implementation. 2020-09-13 13:32:28 -03:00
encrypt.c Add decryption for recv. 2020-09-13 20:17:58 -03:00
files.c Enable encrypted pastes properly. 2020-09-13 18:05:43 -03:00
formats.c Add get_encryption_params. 2020-09-13 20:17:03 -03:00
makefile Switch to single makefile. 2020-09-13 18:20:15 -03:00
purr.c Add decryption for recv. 2020-09-13 20:17:58 -03:00
purr.h Add decryption for recv. 2020-09-13 20:17:58 -03:00
socket.c Split functionality into different files. 2020-09-10 23:33:52 -03:00
tests.c Add get_encryption_params. 2020-09-13 20:17:03 -03:00
urls.c Add get_encryption_params. 2020-09-13 20:17:03 -03:00