Skip to content

Bcrypt_Algorithm

ratranqu edited this page Apr 26, 2021 · 2 revisions

Bcrypt.Algorithm

Specific BCrypt algorithm.

public enum Algorithm: String, RawRepresentable 

Inheritance

RawRepresentable, String

Enumeration Cases

_2a

older version

case _2a = "$2a$"

_2y

format specific to the crypt_blowfish BCrypt implementation, identical to 2b in all but name.

case _2y = "$2y$"

_2b

latest revision of the official BCrypt algorithm, current default

case _2b = "$2b$"
Types
Protocols
Global Typealiases
Global Variables
Global Functions
Extensions
Clone this wiki locally