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.
From a julia session, run:
julia> using Pkg
julia> Pkg.add("Bcrypt")
The source code for the package Bcrypt.jl
is licensed under the MIT License.