Skip to content

maxzhx/RSA_parallel_cracker

Repository files navigation

COMP90025 Project2 RSA_cracker

Library:

Install GMP library first

compile linear:

gcc -lgmp linear_cracker.c

compile OMP:

gcc -fopenmp -lgmp omp_cracker.c

compile MPI:

mpicc -lgmp mpi_cracker.c

compile OMP & MPI hybrid:

mpicc -lgmp -openmp hybrid_cracker.c

to run give it a bit number as input:

now support (64, 68, 72, 80, 84, 88, 92, 96)

./a.out 64
or
mpiexec -n 4 ./a.out 72

About

RSA key cracker using OpenMP and MPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published