C# 클래스 BmpPwd.NoEncryption

ICrypt implementation without any en/ee-cryption
상속: ICrypt
파일 보기 프로젝트 열기: mrousavy/BmpPwd

공개 메소드들

메소드 설명
Decrypt ( string key, string encryptedText ) : string
Encrypt ( string key, string unencryptedText ) : string

메소드 상세

Decrypt() 공개 메소드

public Decrypt ( string key, string encryptedText ) : string
key string
encryptedText string
리턴 string

Encrypt() 공개 메소드

public Encrypt ( string key, string unencryptedText ) : string
key string
unencryptedText string
리턴 string