Spring.Cryptography.DES Namespace

Represents namespace Spring.Cryptography.DES.

 NameDescription
TDES

Data Encryption Standard (DES)

TTripleDES

Triple Data Encryption Standard Algorithm

Top
 NameDescription
TDesMode

Represents type TDesMode.

Top
 NameDescription
TKeyByte

Represents an array of the Byte type.

Top
 NameDescription
BitCP

Represents constant BitCP.

BitExp

Represents constant BitExp.

BitIP

Represents constant BitIP.

BitPM

Represents constant BitPM.

BitPMC1

Represents constant BitPMC1.

BitPMC2

Represents constant BitPMC2.

sBox

Represents constant sBox.

Top
 NameDescription
conversePermutation(Byte[])

Represents method conversePermutation(Byte[]).

cycleMove(Byte[],Byte)

Represents method cycleMove(Byte[],Byte).

DecryptData(Byte[],Byte[],Byte[])

Represents method DecryptData(Byte[],Byte[],Byte[]).

desData(TDesMode,Byte[],Byte[],Byte[])

Represents method desData(TDesMode,Byte[],Byte[],Byte[]).

encry(Byte[],Byte[],Byte[])

Represents method encry(Byte[],Byte[],Byte[]).

EncryptData(Byte[],Byte[],Byte[])

Represents method EncryptData(Byte[],Byte[],Byte[]).

expand(Byte[],Byte[])

Represents method expand(Byte[],Byte[]).

initPermutation(Byte[])

Represents method initPermutation(Byte[]).

makeKey(Byte[],TKeyByte[])

Represents method makeKey(Byte[],TKeyByte[]).

permutation(Byte[])

Represents method permutation(Byte[]).

permutationChoose1(Byte[],Byte[])

Represents method permutationChoose1(Byte[],Byte[]).

permutationChoose2(Byte[],Byte[])

Represents method permutationChoose2(Byte[],Byte[]).

si(Byte,Byte)

Represents method si(Byte,Byte).

Top