Skip to content

hyunsooda/Parallel-Brute-Force-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Parallel-Brute-Force-Algorithm (GPGPU using CUDA)

Overview

This program find password using GPU power not CPU intensive.

How to run

  • Visual Studio 2015 or Visual Studio 2017 설치
  • Cuda 9.0 설치
  • NVIDIA 프로젝트 생성 후 소스파일 생성
  • CUDA 프로그램은 1~2초 안에 프로그램이 정상종료되지않을 경우 프로그램이 강제 . 따라서 연산이 오래걸리는 프로그램을 실행시키기 위해서는 반드시 Nsight monitor 프로그램에서 window tdr을 disable로 설정해야한다.

Environtment

Platform : Window 10

Compiler : NVCC + MSVC

CPU : intel i7

GPU : GTX1050

Result

CPU

cpu5글자대소문자숫자 cpu5글자대소문자숫자-1

GPU

5글자-gpu

Releases

No releases published

Packages

No packages published

Languages