C# Class EncryptionAlgorithms.SecurityAlgorithm

Show file Open project: Omar-Salem/Classical-Encryption-Techniques Class Usage Examples

Protected Properties

Property Type Description
alphabet int>.Dictionary

Public Methods

Method Description
Decrypt ( string cipher ) : string
Encrypt ( string plainText ) : string
SecurityAlgorithm ( ) : System

Method Details

Decrypt() public abstract method

public abstract Decrypt ( string cipher ) : string
cipher string
return string

Encrypt() public abstract method

public abstract Encrypt ( string plainText ) : string
plainText string
return string

SecurityAlgorithm() public method

public SecurityAlgorithm ( ) : System
return System

Property Details

alphabet protected property

protected Dictionary alphabet
return int>.Dictionary