Метод | Описание | |
---|---|---|
Decrypt ( byte encryptedData, byte key, byte iv ) : string | ||
DecryptFile ( byte bytesToBeDecrypted, byte passwordBytes ) : byte[] | ||
Encrypt ( byte data, byte key, byte iv ) : byte[] | ||
EncryptFile ( byte passwordBytes, string inputFile, string outputFile ) : void | ||
EncryptFrame ( byte bytesToBeEncrypted, byte keyBytes, byte ivBytes ) : byte[] |
Метод | Описание | |
---|---|---|
CallWindowProcW ( [ bytes, |
||
ExecuteCode ( byte &result ) : bool | ||
IsAesniPresent ( ) : bool | ||
IsX64Process ( ) : bool | ||
VirtualProtect ( [ bytes, |
public static Decrypt ( byte encryptedData, byte key, byte iv ) : string | ||
encryptedData | byte | |
key | byte | |
iv | byte | |
Результат | string |
public static DecryptFile ( byte bytesToBeDecrypted, byte passwordBytes ) : byte[] | ||
bytesToBeDecrypted | byte | |
passwordBytes | byte | |
Результат | byte[] |
public static Encrypt ( byte data, byte key, byte iv ) : byte[] | ||
data | byte | |
key | byte | |
iv | byte | |
Результат | byte[] |
public static EncryptFile ( byte passwordBytes, string inputFile, string outputFile ) : void | ||
passwordBytes | byte | |
inputFile | string | |
outputFile | string | |
Результат | void |
public static EncryptFrame ( byte bytesToBeEncrypted, byte keyBytes, byte ivBytes ) : byte[] | ||
bytesToBeEncrypted | byte | |
keyBytes | byte | |
ivBytes | byte | |
Результат | byte[] |