CapyKit/Documentation/Help/T_CapyKit_IPasswordAlgorithm.md
Jordan Wages 735d7c4c91 Documentation + Unfinished SecurityHelper
Committing the unfinished changes to the SecurityHelper as I flesh it out during the migration. Also starting a documentation folder powered by Sandcastle.
2024-04-19 23:12:24 -05:00

1 KiB

IPasswordAlgorithm Interface

Defines the contract for password encryption algorithms.

Definition

Namespace: CapyKit
Assembly: CapyKit (in CapyKit.dll) Version: 1.0.0+6cdd805be49c3b769a116584ea6904955ecd820d

C#

public interface IPasswordAlgorithm

VB

Public Interface IPasswordAlgorithm

C++

public interface class IPasswordAlgorithm

F#

type IPasswordAlgorithm = interface end

Properties

AlgorithmName Gets the name of the algorithm.

Methods

Compare Compares the given plaintext password with an encrypted value using PBKDF2 algorithm.
Encrypt Encrypts the given password using a defined algorithm.

See Also

Reference

CapyKit Namespace