Encrypt a file using simple encryption (if you can even call it that)
You can add your own encryption function if you want I just don't need anything that secure.
What it does is basically copy a file using a binary function and then on the put string it just encrypts it. Really simple huh.