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

Interface definition for all cipher implementations. More...

Go to the source code of this file.

Variables

export interface CipherI
 

Detailed Description

Interface definition for all cipher implementations.

Author
AsperGuide
Version
1.0.0
Date
2025

Definition in file cipherInterface.ts.

Variable Documentation

◆ CipherI

export interface CipherI
Initial value:
{
encode(plaintext: string, key?: string | number | any): string
export const Record< string,(...args:any[])=> string

Definition at line 16 of file cipherInterface.ts.