Feel 5.9.1
The best way to improve your game's feel and make it extra juicy
Loading...
Searching...
No Matches
MoreMountains.Tools.MMSaveLoadManagerEncrypter Class Referenceabstract

This class implements methods to encrypt and decrypt streams. More...

Inheritance diagram for MoreMountains.Tools.MMSaveLoadManagerEncrypter:
MoreMountains.Tools.MMSaveLoadManagerMethodBinaryEncrypted MoreMountains.Tools.MMSaveLoadManagerMethodJsonEncrypted

Protected Member Functions

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.
virtual void Decrypt (Stream inputStream, Stream outputStream, string sKey)
 Decrypts the input stream into the output stream using the key passed in parameters.

Protected Attributes

string _saltText = "SaltTextGoesHere"

Properties

virtual string Key = "yourDefaultKey" [get, set]
 The Key to use to save and load the file.

Detailed Description

This class implements methods to encrypt and decrypt streams.

Member Function Documentation

◆ 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

Member Data Documentation

◆ _saltText

string MoreMountains.Tools.MMSaveLoadManagerEncrypter._saltText = "SaltTextGoesHere"
protected

Property Documentation

◆ 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: