|
Asper Header
1.0.14
The header injector extension
|
Implementation of Base64 encoding/decoding. More...
Go to the source code of this file.
Data Structures | |
| class | Base64Cipher |
| Implementation of Base64 encoding and decoding. More... | |
Variables | |
| import { BaseCipher } from "../base/baseCipher" | |
Implementation of Base64 encoding/decoding.
Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format. It's commonly used for encoding data in protocols and file formats that only support text data.
Definition in file base64.ts.
| import { BaseCipher } from "../base/baseCipher" |