This class implements methods to encrypt and decrypt streams
More...
|
virtual void | Encrypt (Stream inputStream, Stream outputStream, string sKey) |
| Encrypts the specified input stream into the specified output stream using the key passed in parameters More...
|
|
virtual void | Decrypt (Stream inputStream, Stream outputStream, string sKey) |
| Decrypts the input stream into the output stream using the key passed in parameters More...
|
|
|
virtual string | Key = "yourDefaultKey" [get, set] |
| The Key to use to save and load the file More...
|
|
This class implements methods to encrypt and decrypt streams
◆ Decrypt()
virtual void MoreMountains.Tools.MMSaveLoadManagerEncrypter.Decrypt |
( |
Stream |
inputStream, |
|
|
Stream |
outputStream, |
|
|
string |
sKey |
|
) |
| |
|
protectedvirtual |
Decrypts the input stream into the output stream using the key passed in parameters
- Parameters
-
inputStream | |
outputStream | |
sKey | |
◆ Encrypt()
virtual void MoreMountains.Tools.MMSaveLoadManagerEncrypter.Encrypt |
( |
Stream |
inputStream, |
|
|
Stream |
outputStream, |
|
|
string |
sKey |
|
) |
| |
|
protectedvirtual |
Encrypts the specified input stream into the specified output stream using the key passed in parameters
- Parameters
-
inputStream | |
outputStream | |
sKey | |
◆ _saltText
string MoreMountains.Tools.MMSaveLoadManagerEncrypter._saltText = "SaltTextGoesHere" |
|
protected |
◆ Key
virtual string MoreMountains.Tools.MMSaveLoadManagerEncrypter.Key = "yourDefaultKey" |
|
getset |
The Key to use to save and load the file
The documentation for this class was generated from the following file: