Tesseract Engine Documentation

Encryption Class

This class uses a symmetric key algorithm (Rijndael/AES) to encrypt and decrypt data. As long as encryption and decryption routines use the same parameters to generate the keys, the keys are guaranteed to be the same. The class uses static functions with duplicate code to make it easier to demonstrate encryption and decryption logic. In a real-life application, this may not be the most efficient way of handling encryption, so - as soon as you feel comfortable with it - you may want to redesign this class.

For a list of all members of this type, see Encryption Members.

System.Object
   Encryption

public class Encryption

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: DarkWynter.Engine.Utilities.Cryptography

Assembly: DWEngine (in DWEngine.dll)

See Also

Encryption Members | DarkWynter.Engine.Utilities.Cryptography Namespace