I have a python script for brute forcing a key but I don't have modern hardware that will make quick work of it. It's only 1.1 trilion keys to brute force. My ancient computer can do it in a couple days but a modern computer could do it in minutes to hours.
It's a python script and everything is processed on-the-fly. ~15KB storage. ~12MB per CPU core.
I don't know where to begin or if it will be too expensive to even be worth it.
How can I use the could to run my cracking script on a decent CPU?