Computer and Modernization ›› 2014, Vol. 0 ›› Issue (7): 142-145.doi: 10.3969/j.issn.1006-2475.2014.07.032

Previous Articles     Next Articles

Parallel Password Recovery Framework Using MPI

  

  1. (Computer Department of Hunan Maternity and Child Health Care Hospital, Changsha 410011, China)
  • Received:2014-04-08 Online:2014-07-16 Published:2014-07-17

Abstract: Using passwords to protect data is the most widely deployed method for securities. When people need to recover encrypted data for easily guessable passwords, it can require millions of Hash function and string comparison operations. These operations can be computationally expensive but are easily parallelizable because each password can be tested independently. Therefore, using high performance computing (HPC) can greatly reduce the time required to perform password recovery. This paper designs P2RF: A parallel password recovery framework using MPI. P2RF can distribute decryption task into different computing nodes. Then, the computing node distributes tasks into different PEs. The experimental results show that: P2RF is linearly scalable.

Key words: P2RF, decryption, MPI, parallel decryption

CLC Number: