Verifies that no part of the key is a weak or semi-weak TDEA key.
public static int CheckKey( byte[] key )
Public Shared Function CheckKey ( _ key As Byte() _ ) As Integer
0 if successful or non-zero error code
VB6/C equivalent: DES_CheckKey
[Contents] [Index]