AES Class
Namespace: Stimulsoft.System.Crypt
Constructors
| Constructor | Description |
|---|---|
| constructor() |
constructor()
Methods
| Method | Returns | Description |
|---|---|---|
decrypt static |
string | |
encrypt static |
string |
Method Details
decrypt static
decrypt(text: string, key: string): string
Parameters
- text (string)
- key (string)
Returns string
encrypt static
encrypt(text: string, key: string): string
Parameters
- text (string)
- key (string)
Returns string
Fields
| Field | Type | Description |
|---|---|---|
| block | any | |
| block | any | |
| nBlocksReady | any | |
| processedWords | any | |
| s0 | any | |
| s1 | any | |
| s2 | any | |
| s3 | any | |
| sx | any | |
| t | any | |
| t | any | |
| t | any | |
| t | any | |
| t | any | |
| x | any | |
| x | any |