C# 클래스 KEngine.KCrypt

加密解密,依赖表CosmosEngineConfig DEC
파일 보기 프로젝트 열기: mr-kelly/KEngine 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CustomKeys byte[]

공개 메소드들

메소드 설명
DecryptDES ( string decryptString ) : string
EncryptDES ( string encryptString ) : string
KCrypt ( ) : System
KCrypt ( byte keys ) : System

메소드 상세

DecryptDES() 공개 메소드

public DecryptDES ( string decryptString ) : string
decryptString string
리턴 string

EncryptDES() 공개 메소드

public EncryptDES ( string encryptString ) : string
encryptString string
리턴 string

KCrypt() 공개 메소드

public KCrypt ( ) : System
리턴 System

KCrypt() 공개 메소드

public KCrypt ( byte keys ) : System
keys byte
리턴 System

프로퍼티 상세

CustomKeys 공개적으로 프로퍼티

public byte[] CustomKeys
리턴 byte[]