Infinite Runner Engine v1.9
Protected Member Functions | Protected Attributes | Properties | List of all members
MoreMountains.Tools.MMSaveLoadManagerEncrypter Class Reference

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 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...
 

Protected Attributes

string _saltText = "SaltTextGoesHere"
 

Properties

string Key = "yourDefaultKey" [getset]
 The Key to use to save and load the file More...
 

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

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: