The document proposes a modified AES algorithm using multiple substitution boxes (S-Boxes) to improve performance. It describes the standard AES algorithm and then proposes modifications. Specifically, it suggests using two S-Boxes - the original Rijndael S-Box along with a new S-Box constructed by XORing each value of the original S-Box with 7F and applying an affine transformation. Evaluation results showed that the modified algorithm with two S-Boxes improved speed performance compared to standard AES, while slightly weakening security. The modified algorithm is also more efficient to implement using low-cost processors and minimal memory.