프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DoTransformFile | void | ||
EncryptString | string | ||
InitializeComponent | void |
메소드 | 설명 | |
---|---|---|
CompressBytes ( byte bytes, int offset, int count ) : byte[] | ||
DarthEncrypt ( ) : System | ||
DecompressBytes ( byte compressed ) : byte[] | ||
DecryptBytes ( byte encryptedBytes ) : byte[] | ||
DecryptFile ( string inFile ) : void |
Decrypt files using Rijandel-128 bit managed encryption Decrypts files |
|
DecryptFile ( string inFile, string outFileName ) : void |
Decrypt files using Rijandel-128 bit managed encryption
|
|
DecryptFile ( string inFile, string outFileName, string outDirectory ) : void |
Decrypt files using Rijandel-128 bit managed encryption
|
|
DecryptString ( string encryptedText ) : string |
Decrypts encrypted text using Rijandel-128 bit managed encryption Decrypts text |
|
EncryptBytes ( byte bytearray ) : byte[] | ||
EncryptFile ( string inFile ) : void |
Encrypts file
|
|
EncryptFile ( string inFile, string outFileName ) : void |
Encrypts file
|
|
EncryptFile ( string inFile, string outFileName, string outDirectory ) : void |
Encrypts file
|
메소드 | 설명 | |
---|---|---|
DoTransformFile ( string inFile, TransformType, aType, string newFileName, string alternativeDirectory ) : void | ||
EncryptString ( string plainText ) : string | ||
InitializeComponent ( ) : void |
public CompressBytes ( byte bytes, int offset, int count ) : byte[] | ||
bytes | byte | |
offset | int | |
count | int | |
리턴 | byte[] |
public DecompressBytes ( byte compressed ) : byte[] | ||
compressed | byte | |
리턴 | byte[] |
public DecryptBytes ( byte encryptedBytes ) : byte[] | ||
encryptedBytes | byte | |
리턴 | byte[] |
public DecryptFile ( string inFile, string outFileName ) : void | ||
inFile | string | The filename |
outFileName | string | Filename to output as (Only in local directory) |
리턴 | void |
public DecryptFile ( string inFile, string outFileName, string outDirectory ) : void | ||
inFile | string | The filename |
outFileName | string | Filename to output as |
outDirectory | string | Directory to output file to |
리턴 | void |
public DecryptString ( string encryptedText ) : string | ||
encryptedText | string | The text to decrypt |
리턴 | string |
public EncryptFile ( string inFile ) : void | ||
inFile | string | The file path of original file |
리턴 | void |
public EncryptFile ( string inFile, string outFileName ) : void | ||
inFile | string | The file path of the original file |
outFileName | string | Filename to output as |
리턴 | void |
public EncryptFile ( string inFile, string outFileName, string outDirectory ) : void | ||
inFile | string | The file path of the original file |
outFileName | string | Filename to output as |
outDirectory | string | Directory to output file |
리턴 | void |