Simple Encoder used by the SaveData class.
More...
|
string | Encode (string input, string password) |
| Encode the specified input with password. More...
|
|
string | Decode (string input, string password) |
| Decode the specified input with password. More...
|
|
◆ Decode()
string Essentials.SaveData.SD_Encoder.Decode |
( |
string |
input, |
|
|
string |
password |
|
) |
| |
Decode the specified input with password.
- Parameters
-
input | Input. |
password | Password. |
Definition at line 92 of file SD_Encoder.cs.
◆ Encode()
string Essentials.SaveData.SD_Encoder.Encode |
( |
string |
input, |
|
|
string |
password |
|
) |
| |
Encode the specified input with password.
- Parameters
-
input | Input. |
password | Password. |
Definition at line 51 of file SD_Encoder.cs.
◆ Generate256BitsOfRandomEntropy()
static byte [] Essentials.SaveData.SD_Encoder.Generate256BitsOfRandomEntropy |
( |
| ) |
|
|
staticprivate |
◆ DerivationIterations
const int Essentials.SaveData.SD_Encoder.DerivationIterations = 1000 |
|
staticprivate |
◆ Keysize
const int Essentials.SaveData.SD_Encoder.Keysize = 256 |
|
staticprivate |
The documentation for this class was generated from the following file: