C# 클래스 EncryptHelper, code

파일 보기 프로젝트 열기: shendongnian/code 1 사용 예제들

공개 메소드들

메소드 설명
DecryptString ( string base64Str ) : string
EncryptString ( string text ) : string

비공개 메소드들

메소드 설명
DecryptString ( Array, cipherText, Array, Key, Array, IV ) : string
EncryptString ( string plainText, Array, Key, Array, IV ) : byte[]

메소드 상세

DecryptString() 공개 정적인 메소드

public static DecryptString ( string base64Str ) : string
base64Str string
리턴 string

EncryptString() 공개 정적인 메소드

public static EncryptString ( string text ) : string
text string
리턴 string