CryptoSys API Library Manual

Tdea.CheckKey Method (Byte[])

Verifies that no part of the key is a weak or semi-weak TDEA key.

Syntax

[C#]
public static int CheckKey(
	byte[] key
)
[VB.NET]
Public Shared Function CheckKey ( _
	key As Byte() _
) As Integer

Parameters

key
Key to check

Return Value

0 if successful or non-zero error code

See Also

VB6/C equivalent: DES_CheckKey

[Contents] [Index]

[HOME]   [NEXT: Tdea.CheckKey Method (String)...]

Copyright © 2001-11 D.I. Management Services Pty Ltd. All rights reserved.