Issue while stress testing my generator and encryption module

The issue was inside the generator module the whole time.
It was because it was going over the required length of the desired string.
I removed every number inside the table that was over 9.
Now it’s going perfectly fine without pauses.