Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
EncryptionAlgorithms
Ceaser
C# Class EncryptionAlgorithms.Ceaser
Inheritance:
SecurityAlgorithm
显示文件
Open project: Omar-Salem/Classical-Encryption-Techniques
Public Methods
Method
Description
Ceaser
(
int
key
) :
System
Decrypt
(
string
cipher
) :
string
Encrypt
(
string
plainText
) :
string
Private Methods
Method
Description
Process
(
string
message
,
Mode
mode
) :
string
Method Details
Ceaser()
public
method
public
Ceaser
(
int
key
) :
System
key
int
return
System
Decrypt()
public
method
public
Decrypt
(
string
cipher
) :
string
cipher
string
return
string
Encrypt()
public
method
public
Encrypt
(
string
plainText
) :
string
plainText
string
return
string