Method | Description | |
---|---|---|
Net45Aes ( ) : System |
Method | Description | |
---|---|---|
PlatformSpecificDecrypt ( byte ciphertext, byte key, byte initializationVector ) : string | ||
PlatformSpecificEncrypt ( string message, byte key, byte initializationVector ) : byte[] |
Method | Description | |
---|---|---|
CreateAes ( byte secretKey, byte initializationVector ) : |
protected PlatformSpecificDecrypt ( byte ciphertext, byte key, byte initializationVector ) : string | ||
ciphertext | byte | |
key | byte | |
initializationVector | byte | |
return | string |
protected PlatformSpecificEncrypt ( string message, byte key, byte initializationVector ) : byte[] | ||
message | string | |
key | byte | |
initializationVector | byte | |
return | byte[] |