This document proposes a new method to exponentially strengthen passwords against cracking by injecting random strings of random length at random positions within the password before encrypting it. The random strings are separated from the original password by delimiter strings chosen by the user. When decrypted, the random strings can be identified and removed using the delimiter strings to extract the original password. This method makes password cracking much more difficult by scattering the original password characters and increasing the search space for attackers. Security factors are calculated showing passwords encrypted with this method would take exponentially longer times, such as trillions of years, to crack using brute force attacks compared to traditionally padded passwords. The method can also be applied to encrypt other sensitive data like credit card numbers or cryptocurrency information