Academia.eduAcademia.edu

Parallel: One Time Pad using Java

Abstract

Parallel program allows most efficient use of processors. The efficient processors utilization is the key to maximizing performance of computing systems. This research paper described the computations to be parallelized One Time Pad (OTP) in the form of a sequential program. To transform the sequential computations into a parallel program, the control and data dependencies have to be taken into consideration to ensure that the parallel program produces the same results as the sequential program for all possible input values. The main goal is usually to reduce the program execution time as much as possible by using multiple processors or cores.