Let's try a more systematic approach to generate words that might match.
I'll use a broader set of common English words and iterate through them to find one that, when encoded, includes the @
symbol.
Here's an updated script that uses a larger set of words:
import base64
from english_words import get_english_words_set
# Define your custom Base32 alphabet