Asper Header
1.0.22
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
}
string
export const export const string[]
Definition
constants.ts:203
CipherI
Common interface that all cipher implementations must follow.
vscode
asperheader
src
modules
ciphers
base
cipherInterface.ts
Generated on Mon Sep 7 2026 00:38:30 for Asper Header by
1.12.0