C# 클래스 DXVcs2Git.Core.EncryptionHelper

파일 보기 프로젝트 열기: Xarlot/DXVcs2Git

공개 메소드들

메소드 설명
Decrypt ( string cipherText, string encryptionKey ) : string
Encrypt ( string clearText, string encryptionKey ) : string

메소드 상세

Decrypt() 공개 정적인 메소드

public static Decrypt ( string cipherText, string encryptionKey ) : string
cipherText string
encryptionKey string
리턴 string

Encrypt() 공개 정적인 메소드

public static Encrypt ( string clearText, string encryptionKey ) : string
clearText string
encryptionKey string
리턴 string