Members
(static) BLANK :string
Default bank password
Type:
- string
- Source
Methods
(static) Decrypt(txt) → {string}
Decrypts the given code
Parameters:
| Name | Type | Description | 
|---|---|---|
| txt | string | Code to be decrypted | 
- Source
Returns:
- Type:
- string
(static) codify(word) → {string}
Parameters:
| Name | Type | Description | 
|---|---|---|
| word | string | 
- Source
Returns:
- Type:
- string
(static) decodify(word) → {string}
Parameters:
| Name | Type | Description | 
|---|---|---|
| word | string | 
- Source
Returns:
- Type:
- string
(static) decodifyFromHex(sb1) → {string}
Parameters:
| Name | Type | Description | 
|---|---|---|
| sb1 | string | (was StringBuilder) | 
- Source
Returns:
- Type:
- string
(static) decodifyZerosField(cA) → {string}
Parameters:
| Name | Type | Description | 
|---|---|---|
| cA | string | (was char[]) | 
- Source
Returns:
- Type:
- string
(static) decompressZeros(cA) → {string}
Parameters:
| Name | Type | Description | 
|---|---|---|
| cA | string | (was char[]) | 
- Source
Returns:
(was StringBuilder)
- Type:
- string
(static) hexCharArrayToChar(cA, fromIndex) → {string}
Parameters:
| Name | Type | Description | 
|---|---|---|
| cA | string | (was char[]) | 
| fromIndex | number | 
- Source
Returns:
(was char)
- Type:
- string
(static) hexCharArrayToInt(cA, fromIndex) → {number}
Parameters:
| Name | Type | Description | 
|---|---|---|
| cA | string | (was char[]) | 
| fromIndex | number | 
- Source
Returns:
- Type:
- number
(static) unchangeOrder(s) → {string}
Parameters:
| Name | Type | Description | 
|---|---|---|
| s | string | 
- Source
Returns:
(was char[])
- Type:
- string