Skip to content

Instantly share code, notes, and snippets.

View Hamok4a's full-sized avatar
🏠
Working from home

Ahmyd Yasser Hamok4a

🏠
Working from home
View GitHub Profile

Hi all, I'm Ahmyd

BugHunter, Pentester and Coder

AhmydYasser

AhmydYasser

AhmydYasser

@Hamok4a
Hamok4a / crack
Created September 14, 2020 21:42 — forked from Hamleyburger/crack
My attempt at crack, cs50
#include <cs50.h>
#include <stdio.h>
#include <crypt.h>
#include <string.h>
#include <math.h>
void allpossible1(string hash, string salt);
void allpossible2(string hash, string salt);