Lamanie hasel

Hasla do zlamania 4 litery aa5UYq6trT5u. bahAZ9Hk7SCf6 ddoo3WocSpthU jkmD2RlhoMyuA zzm4NUIIb7VIk kkv864igyJC9o 5 liter aaSPfLTmjh3fU 6 liter aaLTdQr7DyHuU


#define _XOPEN_SOURCE
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
char *stro;

	.....

	char * x=crypt(cmp, salt);

	if ((strcmp(x,stro))==0)
	{
		printf("Udalo sie: %s %s %s\n", cmp, x, stro);
		exit(0);
	}

	.....

	gcc program.c -lcrypt -o program