Supported Text Encryption Algorithms

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

Syntax

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

Members

Member nameValueDescription
ROT130 TextROT13 (Caesar)
POLYALPHABETIC1 Polyalphabetic
PSEUDODES2 PseudoDES
PLAYFAIR3 TextPlayfair
RIJNDAEL4 Rijndael or AES
DES5 DES
TRIPLEDES6 TripleDES or 3DES

See Also