Execute shell or script encrypted

Hi.
I want to execute a script when it's encrypted with "crypt".
I tried with "sh <script_crypted>", but it's incorrect because the commands into "script" can not be executed because they are encrypted.
:confused:

you will need to "unencrypt" the file before you can execute it.