Delete b64.py

File was renamed
This commit is contained in:
Marcos 2015-07-19 18:23:48 -05:00
parent 1d4c253277
commit cbcc7f22a0

10
b64.py
View File

@ -1,10 +0,0 @@
import argparse
import base64
# Load this source file and strip the header.
initial_data = 'Marcos'
encoded_data = base64.b64encode(initial_data)
num_initial = len(initial_data)
print encoded_data