Asper Header
1.0.14
The header injector extension
Loading...
Searching...
No Matches
cipherInterface.ts
Go to the documentation of this file.
1
16
export
interface
CipherI
{
24
encode(plaintext:
string
, key?:
string
| number | any):
string
;
25
33
decode(ciphertext:
string
, key?:
string
| number | any):
string
;
34
}
CipherI
Common interface that all cipher implementations must follow.
string
export const Record< string,(...args:any[])=> string
Definition
messageReference.ts:332
vscode
asperheader
src
modules
ciphers
base
cipherInterface.ts
Generated on Sun Oct 12 2025 11:31:27 for Asper Header by
1.12.0