This document proposes a new cryptosystem with four levels of encryption and discusses how parallel programming can improve efficiency. The four encryption levels are: 1) matrix transformation, 2) fractionification, 3) random number addition, and 4) change of radix. Data is first fragmented and each chunk encrypted separately with a unique key. Parallel processing allows each chunk's encryption and decryption to occur simultaneously. The decryption operations reverse the encryption steps to recover the original data.