Skip to content

Bcrypt_Algorithm

paulofaria edited this page Feb 2, 2021 · 1 revision

Bcrypt.Algorithm

Specific BCrypt algorithm.

public enum Algorithm

Inheritance

RawRepresentable, String

Enumeration Cases

_2a

older version

case _2a

_2y

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

case _2y

_2b

latest revision of the official BCrypt algorithm, current default

case _2b

Clone this wiki locally