BlowfishCipherIsKeyWeak Property | CryptSharp |
A Blowfish key is weak if one of its S-boxes has a duplicate entry.
See http://www.schneier.com/paper-blowfish-oneyear.html for more information.
Namespace: CryptSharp.Utility
Assembly: CryptSharp (in CryptSharp.dll) Version: 2.1.0.0
Syntax
public bool IsKeyWeak { get; }
Public ReadOnly Property IsKeyWeak As Boolean Get
public: property bool IsKeyWeak { bool get (); }
member IsKeyWeak : bool with get
Property Value
Type: BooleanSee Also