I have text files that are a combination of plaintext and base64. I'm looking to write a script that will decode the base64 sections.
What I need to know is whether there is any way to programmatically detect them, so they can be decoded without touching the plaintext.
Does anyone know how I can do this?
What I need to know is whether there is any way to programmatically detect them, so they can be decoded without touching the plaintext.
Does anyone know how I can do this?