Constructs a BlockCrypt object.
Overload List
Name | Description | |
---|---|---|
![]() | BlockCrypt(SymmetricAlgorithm, array<Byte>[]()[][]) | Initializes a new instance of the BlockCrypt class |
![]() | BlockCrypt(BaseAlgorithm, array<Byte>[]()[][]) | Initializes a new instance of the BlockCrypt class |
Remarks
For AES and Triple-DES the key length decide
about the AES type (AES128, AES192 or AES256) or
Triple-DES type (2 key 112bit or 3 key 168bit) used.