C# Class System.Security.Cryptography.DESTransform

Inheritance: Mono.Security.Cryptography.SymmetricTransform
Show file Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
ProcessBlock ( byte input, byte output ) : void

Protected Methods

Method Description
ECB ( byte input, byte output ) : void

Private Methods

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

Method Details

ECB() protected method

protected ECB ( byte input, byte output ) : void
input byte
output byte
return void

ProcessBlock() public method

public ProcessBlock ( byte input, byte output ) : void
input byte
output byte
return void