Base64-decode a string into raw bytes using Python's base64 module
Base64-decode a string into raw bytes using Python's base64 module
base64_dec(text)
text |
string |
raw
bytes
## Not run: botor:::base64_dec(botor:::base64_enc(charToRaw('foobar'))) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.