Skip to content
/ Bcrypt.jl Public

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

License

Notifications You must be signed in to change notification settings

2HgO/Bcrypt.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages