The type of text algorithm

Namespace: LLCryptoLib.Crypto
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public enum TextAlgorithmType
Visual Basic
Public Enumeration TextAlgorithmType
Visual C++
public enum class TextAlgorithmType

Members

Member nameValueDescription
TEXT0 This algorithm works by scrambling alphabetic letters and numbers
BINARY1 This algorithm works by scrambling bytes. String representations are handled by Base64 conversions

See Also