C# 클래스 CEncryption, swip3

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

공개 메소드들

메소드 설명
Scramble ( string text ) : string
Unscramble ( string text ) : string
Xor ( byte clearTextBytes ) : byte[]

비공개 메소드들

메소드 설명
GenKey ( int length ) : byte[]
GetBytes ( string str ) : byte[]
GetString ( byte bytes ) : string

메소드 상세

Scramble() 공개 정적인 메소드

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

Unscramble() 공개 정적인 메소드

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

Xor() 공개 정적인 메소드

public static Xor ( byte clearTextBytes ) : byte[]
clearTextBytes byte
리턴 byte[]