Asper Header  1.0.14
The header injector extension
Loading...
Searching...
No Matches
base64.ts File Reference

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"
 

Detailed Description

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.

Author
AsperGuide
Version
1.0.0
Date
2025

Definition in file base64.ts.

Variable Documentation

◆ import

import { BaseCipher } from "../base/baseCipher"

Definition at line 12 of file base64.ts.