Table of Contents

Interface ICrypt

Namespace
SunamoCrypt._public.SunamoInterfaces.Interfaces
Assembly
SunamoCrypt.dll

Interface for cryptographic operations

public interface ICrypt
Extension Methods

Properties

InitializationVector

Initialization vector for encryption

List<byte> InitializationVector { get; set; }

Property Value

List<byte>

Passphrase

Passphrase for encryption

string Passphrase { get; set; }

Property Value

string

Salt

Salt value for encryption

List<byte> Salt { get; set; }

Property Value

List<byte>