What would be the most secure encryption method for the following:
- I have an exe that runs and takes a file, encrypts it, and overwrites the original file.
I see two issues with my own idea:
- What kind of language could I use where the encryption key couldn't be extracted from the exe by the person running the file?
- What do you think the most secure encryption method to make sure that the file can't be cracked without the key is? (that could be implemented in this language)?