Initializes a new StringEncryption instance.

Namespace: LLCryptoLib.Security.Cryptography
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public StringEncryption()
Visual Basic
Public Sub New
Visual C++
public:
StringEncryption()

Remarks

The default bulk cipher algorithm is Rijndael and the default hash algorithm is RIPEMD-160.

See Also