Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
EncryptionAlgorithms
Ceaser
C# 클래스 EncryptionAlgorithms.Ceaser
상속:
SecurityAlgorithm
파일 보기
프로젝트 열기: Omar-Salem/Classical-Encryption-Techniques
공개 메소드들
메소드
설명
Ceaser
(
int
key
) :
System
Decrypt
(
string
cipher
) :
string
Encrypt
(
string
plainText
) :
string
비공개 메소드들
메소드
설명
Process
(
string
message
,
Mode
mode
) :
string
메소드 상세
Ceaser()
공개
메소드
public
Ceaser
(
int
key
) :
System
key
int
리턴
System
Decrypt()
공개
메소드
public
Decrypt
(
string
cipher
) :
string
cipher
string
리턴
string
Encrypt()
공개
메소드
public
Encrypt
(
string
plainText
) :
string
plainText
string
리턴
string