Ho trovato questo in rete

inally found the answer to my own question....

I needed to set the following variable before executing the encryption:

set_magic_quotes_runtime(0);

The file was corrupted on the new ISP since they have this set to 1 on
their system and the old ISP had it at 0. This does not parse the
encryped file with slashes for special characters.