Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
GenerateIV ( ) : void |
Generates a random initialization vector (P:System.Security.Cryptography.SymmetricAlgorithm.IV) to use for the algorithm.
|
|
GenerateKey ( ) : void |
Generates a random non-weak key (P:System.Security.Cryptography.SymmetricAlgorithm.Key) to use for the algorithm.
|
|
GenerateNonWeakKey ( ) : byte[] |
Returns a random non-weak key (P:System.Security.Cryptography.SymmetricAlgorithm.Key) to use for the algorithm.
|
|
IsWeakKey ( byte rgbKey ) : bool |
Determines whether the specified key is weak.
|
public abstract IsWeakKey ( byte rgbKey ) : bool | ||
rgbKey | byte | /// The secret key to test for weakness. /// |
Résultat | bool |