![]() |
Black Box
|
Static Public Member Functions | |
static void | EncryptData (string SensorData) |
This method encrypts the thermostat data More... | |
Static Private Member Functions | |
static void | SaveSensorData () |
Store encrypted sensor data to a file More... | |
Static Private Attributes | |
static string | pSensor = "" |
thermostat encryption variables More... | |
static string | SensorKey = BBThermostatDataEncypDecrypKey.sKey() |
static string | SensorIV = BBThermostatDataEncypDecrypKey.sIV() |
static byte [] | SensorIVByte = { } |
static byte [] | SensorKeyByte = { } |
static byte [] | inputByteArray |
static MemoryStream | ms = null |
static CryptoStream | cs = null |
static readonly string | dataPath = @"BBTS\thermostatData.xml" |
Definition at line 16 of file BBThermostatDataEncryption.cs.
|
static |
This method encrypts the thermostat data
SensorData |
Definition at line 37 of file BBThermostatDataEncryption.cs.
Referenced by BBThermostatDataEncryptor.BBThermostatDataRequest.BBThermosataCheck().
|
staticprivate |
Store encrypted sensor data to a file
Definition at line 58 of file BBThermostatDataEncryption.cs.
Referenced by BBThermostatDataEncryptor.BBThermostatDataEncryption.EncryptData().
|
staticprivate |
Definition at line 29 of file BBThermostatDataEncryption.cs.
Referenced by BBThermostatDataEncryptor.BBThermostatDataEncryption.EncryptData().
|
staticprivate |
Definition at line 30 of file BBThermostatDataEncryption.cs.
Referenced by BBThermostatDataEncryptor.BBThermostatDataEncryption.SaveSensorData().
|
staticprivate |
Definition at line 27 of file BBThermostatDataEncryption.cs.
Referenced by BBThermostatDataEncryptor.BBThermostatDataEncryption.EncryptData().
|
staticprivate |
Definition at line 28 of file BBThermostatDataEncryption.cs.
Referenced by BBThermostatDataEncryptor.BBThermostatDataEncryption.EncryptData().
|
staticprivate |
thermostat encryption variables
Definition at line 21 of file BBThermostatDataEncryption.cs.
Referenced by BBThermostatDataEncryptor.BBThermostatDataEncryption.EncryptData(), and BBThermostatDataEncryptor.BBThermostatDataEncryption.SaveSensorData().
|
staticprivate |
Definition at line 24 of file BBThermostatDataEncryption.cs.
Referenced by BBThermostatDataEncryptor.BBThermostatDataEncryption.EncryptData().
|
staticprivate |
Definition at line 25 of file BBThermostatDataEncryption.cs.
Referenced by BBThermostatDataEncryptor.BBThermostatDataEncryption.EncryptData().
|
staticprivate |
Definition at line 23 of file BBThermostatDataEncryption.cs.
Referenced by BBThermostatDataEncryptor.BBThermostatDataEncryption.EncryptData().
|
staticprivate |
Definition at line 26 of file BBThermostatDataEncryption.cs.
Referenced by BBThermostatDataEncryptor.BBThermostatDataEncryption.EncryptData().