Dave's Brain

Browse - computer tips - decode base64 file

Date: 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 comment

Sign in to add a comment
Copyright © 2008, dave - Code on Dave's Brain is licensed under the Creative Commons Attribution 2.5 License.