sources/md5.h@21fba5183768
sources/md5.h
Mon, 15 Dec 2014 02:15:09 +0200
- author
- Teemu Piippo <crimsondusk64@gmail.com>
- date
- Mon, 15 Dec 2014 02:15:09 +0200
- changeset 30
- 21fba5183768
- parent 10
-
3874575d924d
- child 88
-
08ccaf26cffd
- permissions
- -rw-r--r--
- added a simple command-line interface (you can now supply host and password on the command-line)
- the password is now masked with asterisks when being input
#pragma once
void CalculateMD5 (unsigned char const *buffer, int length, char *checksum);