C# Class EncryptionAlgorithms.SecurityAlgorithm

Afficher le fichier Open project: Omar-Salem/Classical-Encryption-Techniques Class Usage Examples

Protected Properties

Свойство Type Description
alphabet int>.Dictionary

Méthodes publiques

Méthode Description
Decrypt ( string cipher ) : string
Encrypt ( string plainText ) : string
SecurityAlgorithm ( ) : System

Method Details

Decrypt() public abstract méthode

public abstract Decrypt ( string cipher ) : string
cipher string
Résultat string

Encrypt() public abstract méthode

public abstract Encrypt ( string plainText ) : string
plainText string
Résultat string

SecurityAlgorithm() public méthode

public SecurityAlgorithm ( ) : System
Résultat System

Property Details

alphabet protected_oe property

protected Dictionary alphabet
Résultat int>.Dictionary