Changes between Version 21 and Version 22 of Other/Summer/2015/dGPU6
- Timestamp:
- Aug 18, 2015, 3:23:21 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2015/dGPU6
v21 v22 11 11 === Objectives === 12 12 We are trying to use GPU to crack the passwords rather than CPU. We want to install John the Ripper and Hashcat(both are password crackers) in CUDA machine and use the GPUs in that machine to crack the passwords. 13 14 === GPU === 15 The graph shows the comparison between GPU and CPU 16 [[Image(comparsion.jpg, 560px)]] 17 - Due to its design, the GPU is specialized for intensive, highly parallel computation 18 - A typical GPU consists of the same elements as a normal CPU 19 20 The graph shows what we used for experiments 21 [[Image(gpu.jpg, 560px)]] 22 - GPU: 1 Kepler GK 110B 23 - Memory Size: 12 GB 24 - Cores: 2880 25 13 26 14 27 === Experiment ===