|
Asper Header
1.0.14
The header injector extension
|
Main cipher management and orchestration module. More...
Go to the source code of this file.
Data Structures | |
| class | Cipher |
| Central cipher management class providing unified access to all cipher implementations. More... | |
Variables | |
| import | |
| export const | ALLCiphers |
| Comprehensive object containing all cipher classes and utilities. | |
Main cipher management and orchestration module.
This module provides the central Cipher class that manages all available cipher implementations, offering a unified interface for encoding and decoding operations across different cipher types.
Definition in file ciphers.ts.
| export const ALLCiphers |
Comprehensive object containing all cipher classes and utilities.
Provides access to both the Cipher management class and all individual cipher implementations for direct instantiation. Useful for scenarios requiring direct cipher access or batch operations across multiple cipher types.
Definition at line 158 of file ciphers.ts.
| import |
Definition at line 12 of file ciphers.ts.