C# 클래스 EncryptionAlgorithms.Monoalphabetic

상속: SecurityAlgorithm
파일 보기 프로젝트 열기: Omar-Salem/Classical-Encryption-Techniques

공개 메소드들

메소드 설명
Decrypt ( string cipherText ) : string
Encrypt ( string plainText ) : string
Monoalphabetic ( ) : System

비공개 메소드들

메소드 설명
Process ( string token, Mode mode ) : string
ShuffleAlphabet ( ) : void

메소드 상세

Decrypt() 공개 메소드

public Decrypt ( string cipherText ) : string
cipherText string
리턴 string

Encrypt() 공개 메소드

public Encrypt ( string plainText ) : string
plainText string
리턴 string

Monoalphabetic() 공개 메소드

public Monoalphabetic ( ) : System
리턴 System