base64 - python
Common
| Example | Description | |
| base64.b64decode(string) | Decodes b64 string | |
| base64.b64encode(string.encode()) | Needs to be encoded as bytestring first |
| Example | Description | |
| base64.b64decode(string) | Decodes b64 string | |
| base64.b64encode(string.encode()) | Needs to be encoded as bytestring first |