antonsergeyev / base64-binary-chrome-ext

Source of chrome extension for decoding base64 strings to array of bytes and back again

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Base64 to binary – and back again

A chrome extension that can decode base64 string to and from array of bytes or ASCII string. Suitable for working with binary data that cannot be represented as ASCII string.

Most similar extensions and online tools only work with ASCII and display some gibberish when non-printable characters are encountered.

Examples:

base64 to decimal

hex to base64

base64 to ascii

Icon made by Freepik from www.flaticon.com is licensed by CC 3.0 BY.

About

Source of chrome extension for decoding base64 strings to array of bytes and back again


Languages

Language:JavaScript 68.5%Language:CSS 17.6%Language:HTML 13.8%