/* magic sizes */
#define MD5_SIZE 16
#define MD5_SALT_SIZE 16
char *crypt_des(const char *pw, const char *salt);
char *crypt_md5(const char *pw, const char *salt);