An open API service indexing awesome lists of open source software.

https://github.com/ehsanparsania/base64

Rewrite base64 encode & decode functions manually ( Ascii => 8bits => 6bits => base64 )
https://github.com/ehsanparsania/base64

ascii base64 base64-decoding base64-encoding encoding

Last synced: about 1 month ago
JSON representation

Rewrite base64 encode & decode functions manually ( Ascii => 8bits => 6bits => base64 )

Awesome Lists containing this project

README

        

# Encode & decode base64

Converting data and characters :

Ascii Table

8bit

6bit

Base64 Table