Provide the size of the data once base64 encoded
Provide the size of the data once base64 encoded
Decodes an ASCII base64 string and returns it as ubyte[] data. Allocates the size of the array.
Decodes an ASCCI base64 string and returns it as ubyte[] data.
Decodes an ASCII base64 string and returns it as ubyte[] data. Allocates the size of the array.
Decodes an ASCCI base64 string and returns it as ubyte[] data.
Encodes data and returns as an ASCII base64 string.
Encodes data and returns as an ASCII base64 string
Encodes data into buff and returns the number of bytes encoded. This will not terminate and pad any "leftover" bytes, and will instead only encode up to the highest number of bytes divisible by three.
Default base64 encode/decode table
Default base64 encode/decode table
URL-safe base64 encode/decode table
URL-safe base64 encode/decode table
Tango Dual License: 3-Clause BSD License / Academic Free License v3.0. See LICENSE_TANGO.txt for details.
Copyright (c) 2008 Jeff Davey. Some parts copyright (c) 2009-2016 dunnhumby Germany GmbH. All rights reserved.
rfc3548, rfc2045
This module is used to decode and encode base64 cstring / ubyte[] arrays