crypt.base64encode. Give it valid Base64 and you get back exactly the original data, byte for byte.
Parameters
Returns
string - the decoded bytes.
Aliases
base64.decodebase64_decodebase64decodecrypt.base64.decodecrypt.base64_decode
Example
Read the cached value written bycrypt.base64encode and decode it back.