Javascript base64 http basic authorization encoder


Enter username and password seperated by a colon and press the encode button

username:password    

base64 encoded result:

This page encodes a short string into base64 format as per chapter "Printable Encoding" of RFC 1421.

Written by Guido Socher, Copyright: GPL