WALTER | Workable Algorithms for Location-aware Transmission, Encryption Response

Secure Class

Base class for EF POCO classes. Look at GlobalKey and GlobalSalt for application wide cipher settings in regards to data classes that are not using a given password. ///

Namespace:  Walter.Cypher
Assembly:  Walter.Cypher (in Walter.Cypher.dll)

Syntax


public abstract class Secure : IDisposable

Remarks


Important is that you set the GlobalKey and GlobalSalt static constants before any reading or writing of data to set your applications encryption keys before they are needed. You can leave the default if you like, however default values have the negative side effect that anyone can reverse the encryption if they gain access to the data.

Inheritance Hierarchy


Object
  Walter.Cypher..::..Secure