takikawa / bcrypt.rkt

A Racket interface to bcrypt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Racket interface to bcrypt

This is derived from bcrypt interface from the Python 'cryptacular' library by Daniel Holth, available here: https://bitbucket.org/dholth/cryptacular/

Includes the C sources for a version of bcrypt, which must first be built. The version of bcrypt is by Solar Designer, and is available here: http://www.openwall.com/crypt/

Available under the MIT license.

About

A Racket interface to bcrypt

License:MIT License


Languages

Language:C 88.0%Language:Assembly 6.8%Language:Racket 3.9%Language:C++ 1.3%