https://github.com/schweigert/cryptbreaker
Breaking crypt (DES) with MPI and OpenMP
https://github.com/schweigert/cryptbreaker
Last synced: over 1 year ago
JSON representation
Breaking crypt (DES) with MPI and OpenMP
- Host: GitHub
- URL: https://github.com/schweigert/cryptbreaker
- Owner: schweigert
- License: mit
- Archived: true
- Created: 2019-05-30T18:35:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-25T19:51:45.000Z (about 7 years ago)
- Last Synced: 2025-02-12T11:52:46.710Z (over 1 year ago)
- Language: C
- Size: 1.84 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cryptbreaker
Quebrando o método `crypt` da biblioteca `crypt.h`, usada para autenticação padrão do kernel GNU Linux/Unix like usando `OpenMP` & `MPI`.
## Build
```sh
make
```
## Run
- Adicione os hosts da rede OpenMP no arquivo `ip_list`.
- Certifique-se que o seu host possui somente um único processo do `cryptbreaker` executando (`localhost N=1`).
- Certifique-se que você terá acesso a todos os nodos adicionados no ip_list por ssh com certificado. Você deve já ter conectado pelo menos uma única vez para conseguir acesso instantâneo.
- Adicione as hashs ao arquivo `imput`. Ele seguirá o padrão de hash do `crypt`.
Execute com o comando:
```sh
make run
```