C# 클래스 TwitNetStub.Util.Encryption.SimpleAES

AES Class
파일 보기 프로젝트 열기: jesusspork/TwitNet 1 사용 예제들

공개 프로퍼티들

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

공개 메소드들

메소드 설명
Decrypt ( byte EncryptedValue ) : string
DecryptString ( string EncryptedString ) : string
Encrypt ( string TextValue ) : byte[]
EncryptToString ( string TextValue ) : string
SimpleAES ( bool defaultkey ) : System

AES Class

StrToByteArray ( string str ) : byte[]

비공개 메소드들

메소드 설명
getRandNum ( int length ) : string

Return a string of random chars

메소드 상세

Decrypt() 공개 메소드

public Decrypt ( byte EncryptedValue ) : string
EncryptedValue byte
리턴 string

DecryptString() 공개 메소드

public DecryptString ( string EncryptedString ) : string
EncryptedString string
리턴 string

Encrypt() 공개 메소드

public Encrypt ( string TextValue ) : byte[]
TextValue string
리턴 byte[]

EncryptToString() 공개 메소드

public EncryptToString ( string TextValue ) : string
TextValue string
리턴 string

SimpleAES() 공개 메소드

AES Class
public SimpleAES ( bool defaultkey ) : System
defaultkey bool
리턴 System

StrToByteArray() 공개 메소드

public StrToByteArray ( string str ) : byte[]
str string
리턴 byte[]

프로퍼티 상세

Key 공개적으로 프로퍼티

public byte[] Key
리턴 byte[]