Given a string, either:
A) create 255 xor encoded versions of that string as a yara rule
B) create base64-encoded variations of a string based on different padding possibilities
Create base64 or XOR encoded variations of a string (or list of strings for base64)
Python