Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 550 Bytes

Readme.md

File metadata and controls

18 lines (14 loc) · 550 Bytes

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.