Skip to content
/ b64 Public

Example integration C-Cython-Python implementing Base64 encoding

Notifications You must be signed in to change notification settings

wvxvw/b64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

B64 (Base64 encoder / decoder)

This is an example project which used Cython to interface with C code. Base64 algorithm is implemented in C, command-line interface is implemented in Python.

Installing

python3.6 -m pip install git+https://github.com/wvxvw/b64.git@master

Running

Encoding

b64 input.file output.file

Decoding

b64 -d input.file output.file

About

Example integration C-Cython-Python implementing Base64 encoding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published