Appwrite.Types.AlgoBcrypt (appwrite v1.0.0)

View Source

Parameters for the Bcrypt password hashing algorithm.

Bcrypt derives all settings from the stored hash; no extra parameters are needed beyond the algorithm type tag.

Fields

  • type (String.t()) — always "bcrypt".

Summary

Types

t()

@type t() :: %Appwrite.Types.AlgoBcrypt{type: String.t()}