Websites like CrackStation and Hashes.com internally use massive rainbow tables to provide fast password cracking for hashes without salts. Doing a lookup in a sorted list of hashes is quicker than trying to crack the hash.
To decode a string
echo -n 'c3RyaW5nLXRvLWJlLWRlY29kZWQ=' | base64 -d
