UBase64

Implementation of base64 which uses '.' and '/'

Reason behind this is the other POSIX compliant tools i've seen does this.

alias UBase64 = Base64Impl!('.', '/')

Meta