I want to hide my Macro code with encryption.
For example, I encrypt my code with xor password : 123456
So, what I want function to do is

to put that encrypted code trough decrypter , which will decrypt that code and execute it normally .

Anyone understands what am I saying?