botor (version 0.2.0)

base64_dec: Base64-decode a string into raw bytes using Python's base64 module

Description

Base64-decode a string into raw bytes using Python's base64 module

Usage

base64_dec(text)

Arguments

text

string

Value

raw bytes

See Also

base64_enc

Examples

Run this code
# NOT RUN {
botor:::base64_dec(botor:::base64_enc(charToRaw('foobar')))
# }

Run the code above in your browser using DataLab