Skip to content

ltblueberry/base64-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

base64decoder Build Status

It's a simple python script that takes specified input file (where base64 supposed to be stored) and decode it to specified output file.

Make executable

chmod a+x base64decoder.py

Usage

./base64decoder.py -i [input file] -o [output file]

or

./base64decoder.py --input [input file] --output [output file]

Example

Let's imagine we have text.b64 file with next content (Hello World! string)

SGVsbG8gV29ybGQh

We want to decode it to result.txt text file. We execute next command

./base64decoder.py -i text.b64 -o result.txt

And we get result output file.

License

MIT License

Copyright (c) 2019 ltblueberry

About

Simple base64 to file decoder (python2.7)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages