CryptoSys API Library Manual

Des.CheckKey Method (String)

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

Syntax

[C#]
public static int CheckKey(
	string keyHex
)
[VB.NET]
Public Shared Function CheckKey ( _
	keyHex As String _
) As Integer

Parameters

keyHex
Hex-encoded key to check

Return Value

Zero (0) if successful; otherwise it returns a nonzero error code

See Also

VB6/C equivalent: DES_CheckKeyHex

[Contents] [Index]

[PREV: Des.CheckKey Method (Byte)...]   [Contents]   [Index]   
   [NEXT: Des.Decrypt Method (Byte, Byte, Mode, Byte)...]

Copyright © 2001-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-01-07T07:42:00Z.