Browse - computer tips - decode base64 fileDate: 2008apr16 Level: Beginner Q. How do I decode a base64-encoded file? A. Use the base64 command like this: base64 -d in.b64 > out.jpg Where in.b64 is the file you want to decode and out.jpg is the result. Add a commentSign in to add a comment |