Bcrypt.jl

Bcrypt.jl is an implementation Provos and Mazières's bcrypt adaptive hashing algorithm.
Author 2HgO
Popularity
1 Star
Updated Last
1 Year Ago
Started In
June 2020

Bcrypt.jl

Bcrypt.jl is an implementation Provos and Mazières's bcrypt adaptive hashing algorithm.

This implementation was loosely transcribed from the Go(golang) implementation of the algorithm. See crypto/bcrypt.

Installation


From a julia session, run:

julia> using Pkg
julia> Pkg.add("Bcrypt")

License


The source code for the package Bcrypt.jl is licensed under the MIT License.

Required Packages

Used By Packages

No packages found.