Password Cracker program coded in C++ language by applying brute force algorithm and parallelizing it using MPI and OpenMP
-
Updated
Nov 29, 2022 - C++
Password Cracker program coded in C++ language by applying brute force algorithm and parallelizing it using MPI and OpenMP
This project focuses on enhancing the efficiency of the DES cryptographic algorithm by parallelizing its implementation using OpenMP. By dividing the plain text into substrings of length '8' and leveraging block cipher properties, the algorithm achieves parallel processing on multiple processors.
Некоторые задачи на MPI и OpenMP фреймворках
Program coded in C++ language to solve the consensus problem between multiple threads using MPI
C++ MPI program for rectangle sum of some user-entered functions.
Designed and implemented a parallelized iteration of the Canopy algorithm by utilizing the MPI (Message Passing Interface) programming model.
Find the kth smallest element of an array using MPI. Three different versions have been implemented for this purpose: k-Search, Heuristic Quickselect and Quickselect.
Умножение матриц с ускорением вычислений посредством создания параллельных процессов с помощью MPI
A parallel and GPU-accelerated Code for Real-Space All-Electron Linear-Scaling Density Functional Theory
Add a description, image, and links to the mpi-parallelization topic page so that developers can more easily learn about it.
To associate your repository with the mpi-parallelization topic, visit your repo's landing page and select "manage topics."