Method | Description | |
---|---|---|
ProcessBlock ( byte input, byte output ) : void |
Method | Description | |
---|---|---|
ECB ( byte input, byte output ) : void |
Method | Description | |
---|---|---|
BSwap ( byte byteBuff ) : void | ||
CipherFunct ( uint r, int n ) : uint | ||
DESTransform ( SymmetricAlgorithm symmAlgo, bool encryption, byte key, byte iv ) : System.Runtime.InteropServices | ||
GetStrongKey ( ) : byte[] | ||
Permutation ( byte input, byte output, uint permTab, bool preSwap ) : void | ||
SetKey ( byte key ) : void |
protected ECB ( byte input, byte output ) : void | ||
input | byte | |
output | byte | |
return | void |
public ProcessBlock ( byte input, byte output ) : void | ||
input | byte | |
output | byte | |
return | void |